Advertisement
droidus

Untitled

Jun 23rd, 2011
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.45 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head> </head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <body>
  6. <?php
  7. if(isset($_POST['submit'])) { echo "good..."; }
  8. ?>
  9. <form id="f" name="f" action="" method="post">
  10. <input type='button' name='submit' id="submit" value='submit' />
  11. </form>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement