Guest User

Untitled

a guest
Oct 10th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <center>
  2. <?php
  3. if(isset($_POST['submit'])){
  4. echo "<script>window.location='resolver.php'</script>";
  5. }
  6. ?>
  7.  
  8. <form>
  9. Username: <input> <BR/>
  10. Password: <input> <BR/>
  11. <input TYPE=Submit Now!>
  12. </form>
  13. </center>
Add Comment
Please, Sign In to add comment