Advertisement
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");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement