Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Disabling Obtrusive Messages

Mon Oct 27, 2008 11:50 pm

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





Post a reply
  Related Posts  to : Disabling Obtrusive Messages
 Disabling and enabling buffers for ASP     -  
 Format Debugging Messages     -  
 Understanding PHP error messages     -  
 Chat client and server, save messages and delete     -  

Topic Tags

PHP Basics