Forum Moderators: coopster
Its an error suppression symbol. You can see a little more info on it here:
[uk.php.net...]
Its not good coding practice to use it.
dc
After the development stage, it is a good idea to suppress errors just in case one arises, valuable information won't be displayed to the browser. This can be done simply by adding error_reporting(0); to the top of the script.