[thelist] Simple PHP question

patrick pms at stoutstreet.com
Tue Sep 23 15:06:34 CDT 2003



Geoff Sheridan wrote:

> 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

@ == 'If it esplodes, I do not want to know about it'

-- 

patrick sanders
http://www.stoutstreet.com
web sites that fit




More information about the thelist mailing list