Posted by Jim Moseby on 01/09/06 17:47
>
> I have not been able to find in the Online Manual the use of the "@"
> symbol as in
>
> while ($data=@mysql_fetch_array($sqlID, MYSQL_BOTH)){
>
> Is that a "pointer"...address of...?
I have never used it, but I believe the "@" supresses error messages.
JM
[Back to original message]
|