Guest User

Untitled

a guest
Jun 5th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php
  2. // Connection's Parameters
  3. $db_host="mysql13.000webhost.com";
  4. $db_name="a6151608_web";
  5. $username="a6151608_Alex";
  6. $dbpassword="1fattycat";
  7. $db_con=mysql_connect($db_host,$username,$dbpassword);
  8. $connection_string=mysql_select_db($db_name);
  9. // Connection
  10. mysql_connect($db_host,$username,$dbpassword);
  11. mysql_select_db($db_name);
  12. ?>
Add Comment
Please, Sign In to add comment