StevenG89

example.php

May 27th, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2.  
  3. if(isset($_POST['whatever'])) {
  4.     echo "This is what happens when the forum is submitted.";
  5. }
  6.  
  7. echo "
  8. <form method='post'>
  9.     <input type='submit' name='whatever' value='Click Me' />
  10. </form>
  11. ";
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment