Advertisement
Guest User

Untitled

a guest
Jun 10th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. $host="localhost";
  3. $user="root";
  4. $password="";
  5. $db="basededatos1";
  6. $con = new mysqli($host,$user,$password,$db);
  7.  
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement