|
Posted by Erwin Moller on 11/15/06 15:17
sk wrote:
> can someone explain the difference between
>
> while ($row = mysql_fetch_array($result, MYSQL_NUM))
> while ($row = @ mysql_fetch_array($result, MYSQL_NUM))
>
> in other words, what is the @ used for....
>
> thanks
errorsupression.
If anything failt after the @, the errormessage (or warning) will NOT be
displayed.
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|