Advertisement
Guest User

Untitled

a guest
Jun 6th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. $host='localhost';
  3. $user='root';
  4. $pass='123456';
  5. ?>
  6.  
  7. <?php
  8. include 'ficheiro1.php';
  9. $conn = new mysqli($host, $user, $pass);
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement