Advertisement
Guest User

Untitled

a guest
Mar 6th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?
  2. $servername="localhost";
  3. $username="root";
  4. $password="rootroot";
  5. $dbname="bdminegocio";
  6. $conn=new mysqli ($servername,$username,$password,$dbname);
  7. if($conn->connect_error)
  8. {
  9. die("La conexión falló:".$conn->connect_error);
  10. }
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement