"Joffrey L Leevy" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all:
>
> I have been searching through several books to find out what the "@"
> character represents.
>
> An example used in code:
>
> if (@$first == "no").........
>
> Could anyone please explain the function of "@" in the code?
>
> Thanks

The @ sign prevents errors from being displayed for that particular peice of
code

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to