Guest User

Untitled

a guest
Sep 29th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. $host = "localhost";
  3. $user = "root";
  4. $pass = "";
  5. $banco = "cadastroreverse";
  6. $conexao = mysql_connect($host, $user, $pass) or die(mysql_error());
  7. mysql_select_db($banco) or die(mysql_error());
  8.  
  9.  
  10.  
  11. ?>
Add Comment
Please, Sign In to add comment