Guest User

Untitled

a guest
Oct 15th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2.  
  3. $location = "localhost";
  4. $username = "root";
  5. $password = "";
  6.  
  7. mysql_connect($location, $username, $password) or die("<span style='font-weight:bold;'>Fatal Error:</span> Could not connect to mysql server.");
  8. mysql_select_db("users");
  9.  
  10. ?>
Add Comment
Please, Sign In to add comment