Guest User

Untitled

a guest
Jan 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. //Connect with MYSQL Database (Hostname, Username, Password)
  3. mysql_connect("localhost","root","");
  4.  
  5. mysql_select_db("newleadnepal") or die("Database not Selected!");
  6. ?>
Add Comment
Please, Sign In to add comment