Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. $host="localhost";
  3. $user="root";
  4. $pass="animal";
  5. $bbdd = "usuarios";
  6. $conectar = mysql_connect($host, $user, $pass);
  7. $bbdd_select= mysql_select_db($bbdd,$conectar);
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement