Disabling Obtrusive Messages with '@' : Error Obtrusive Messages « Development « PHP






Disabling Obtrusive Messages with '@'

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


           
       








Related examples in the same category