Advertisement
EGAADITYA

connection

Jan 27th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. $host="localhost";
  3. $username="root";
  4. $password="";
  5. $database="trikphp";
  6. mysql_connect($host,$username,$password);
  7. mysql_select_db($database);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement