Possible Duplicate:
Reference - What does this symbol mean in PHP?
What's the difference between calling @header() and header() function in PHP ?
@
suppresses errors:
http://php.net/manual/en/language.operators.errorcontrol.php
generally, you don't want to do that
@
suppresses errors. Don't use that - NullUserException 2012-04-05 18:50