Advertisement
sagnik

connection(sgp)

Jan 2nd, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. $db = "sgs_config";
  3. $user = "sgs_admin";
  4. $pwd = "snolcusnnb";
  5. $host = "localhost";
  6. $tbl = "";
  7.  
  8. $connect = mysql_connect($host, $user, $pwd)
  9. or die("Could not connect to the MySQL Server");
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement