Guest User

Untitled

a guest
Apr 29th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2. <?php
  3. $con=mysqli_connect('localhost','root','','dinamico');
  4. if ($con->connect_error) {
  5. die("Database Connection failed: " . $con->connect_error);
  6. }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment