Advertisement
Guest User

Untitled

a guest
Aug 15th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.57 KB | None | 0 0
  1. <form method="post">
  2.     <p>
  3.         Username: <input type="text" name="logusername"/><br><br>
  4.         Password: <input type="text" name="logpassword"/><br><br>
  5.  
  6.         <input type="submit" name="login" value="Login"/><br><br>
  7.         <input type="submit" name="back" value="Back"/>
  8.         <?php if(isset($_POST['back'])){
  9.         ?>
  10.             <script type="text/javascript">
  11.                 window.location = "http://localhost:63342/Blog/Home.php?_ijt=8lsb9vcotl1787ohichlto2i51"
  12.             </script>
  13.         <?php
  14.         }
  15.         ?>
  16.     </p></center>
  17. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement