gabrielaozegovic

grdinic2

Dec 11th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <html>
  2. <?php
  3. ?>
  4.  
  5.  
  6. <form action="test.php" method="post" >
  7.  
  8. <input type="text" name="email">
  9. <input type="password" name="pass">
  10. <input type="submit" name="putac">
  11.  
  12.  
  13. </form>
  14. <?php
  15.  
  16. if(isset($_POST['email'])){
  17. $mail = $_POST['email'];
  18. $password = $_POST['pass'];
  19. }
  20. include 'baza.php';
  21.  
  22.  
  23. if($uspjeh == "radi"){
  24.  
  25. printf("<script>document.write('Uspjesan login')</script>");
  26. }
  27.  
  28.  
  29. ?>
  30.  
  31.  
  32.  
  33. </html>
Add Comment
Please, Sign In to add comment