sandis_m Posted March 27, 2010 Author Report Share Posted March 27, 2010 (edited) <?php if($_POST['submit']){ if($_POST['name']=="sadam husein"){ function ShootHIM($head_position){ //Government secret military code } echo "You're dead@!"; }else{ echo "hello!"; } } ?> <form action="" method="post"> <textarea name="name"></textarea> <input type="submit" name="submit" value="oki"/> </form> Edited March 27, 2010 by who_i_am Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.