Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?
  2. $username="******"; // Mysql username
  3. $password="3*******"; // Mysql password
  4. $database="******s_meadds"; // Mysql Database
  5.  
  6. $conn=mysql_connect(localhost,$username,$password);
  7.  
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement