[thelist] Simple PHP question

Tanner Burson tanner at younet.okstate.edu
Tue Sep 23 15:03:02 CDT 2003


*This message was transferred with a trial version of CommuniGate(tm) Pro*
Geoff Sheridan wrote:

> *This message was transferred with a trial version of CommuniGate(tm) 
> Pro*
> Impossible to do a search on this, but probably very simple:
>
> What does the  = @  mean in the following snippet?
>
> while ($row = @ mysql_fetch_row($result)){
>
> ...do something with row
> }
>
> How is it different from just =  ?
>
> Cheers,
>
> Geoff

The @  represses error messages from being returned by PHP functions.

Tanner Burson



More information about the thelist mailing list