Advertisement
Guest User

Untitled

a guest
Jul 18th, 2017
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title>Ilk PHP/MySQL Denemem</title>
  5.  
  6.  
  7. <h1>Ilk PHP/MySQL Denemem</h1>
  8.  
  9. <a href="giris.php">Giris yap</a>
  10. <br>
  11. <a href="kayit.php">Kayit ol</a>
  12.  
  13.  
  14. <?php
  15.  
  16. mysql_connect("localhost","root");
  17.  
  18. mysql_select_db("hayirlisi");
  19.  
  20. ?>
  21.  
  22. <form method="post" action="gizli.php">
  23. Username:
  24. <input name="username" />
  25. <br />
  26. Password: <input name="password" />
  27. <br /><input type="submit" value="Giris" />
  28. </form>
  29.  
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement