Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $host = "localhost";
  2. $user = "root";
  3. $pass = "";
  4. $banco = "cadastro";
  5. $conexao = mysqli_connect($host, $user, $pass) or die(mysql_error());
  6. mysqli_select_db(($banco) or die(mysql_error());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement