Mega Code Archive

 
Categories / Php / Development
 

Disabling Obtrusive Messages with @

<form action=test.php>     <input type=submit name="doGo" value="Click!"> </form> <?     if(@$doGo) echo "You have clicked the button!"; ?>