[thelist] Simple PHP question

David Dorward evolt at david.us-lot.org
Tue Sep 23 15:07:20 CDT 2003


On Tue, Sep 23, 2003 at 05:31:57PM +0100, 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)){

A quick flick through the control ops section of the PHP manual turned
up this:

http://www.php.net/manual/en/language.operators.errorcontrol.php

--
David Dorward



More information about the thelist mailing list