SHARE
TWEET
Untitled
a guest
Apr 3rd, 2015
189
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- input.html:
- <html>
- <head>
- </head>
- <body>
- <form action="/post.php" method="post">
- <input type="text" name="siffra">
- <input type="submit">
- </form>
- post.php:
- <?php
- if($_POST["siffra"] == 5) {
- header("Location: /nastasida.php");
- }
RAW Paste Data
