Advertisement
Guest User

Untitled

a guest
Oct 17th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. $host="localhost";
  3. $user="root";
  4. $password="";
  5. $db="dgesu";
  6. $con = new mysqli($host,$user,$password,$db);
  7.  
  8. if ($con->connect_error) {
  9.  
  10. die('Disculpa hay errores en nuestro servidor');
  11. }
  12.  
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement