Advertisement
Guest User

Untitled

a guest
Jun 5th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2.  
  3. $username = $_POST['username'];
  4. $password = $_POST['password'];
  5.  
  6. if($username&&$password)
  7. {
  8.  
  9. $connect = mysql_connect("localhost","a26_Admin","tester123") or die("Couldn't connect!");
  10. mysql_select_db("phplogin") or die("Coudldn't Find db");
  11.  
  12.  
  13.  
  14. }
  15.  
  16. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement