[thelist] Simple PHP question

Geoff Sheridan web2k2 at premonition.co.uk
Tue Sep 23 11:31:57 CDT 2003


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


More information about the thelist mailing list