Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- if(isset($_POST['whatever'])) {
- echo "This is what happens when the forum is submitted.";
- }
- echo "
- <form method='post'>
- <input type='submit' name='whatever' value='Click Me' />
- </form>
- ";
- ?>
Advertisement
Add Comment
Please, Sign In to add comment