Advertisement
Guest User

Untitled

a guest
Apr 5th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2.  
  3. $host='localhost';
  4. $user= 'root';
  5. $pass= '';
  6. $db = 'crud';
  7.  
  8.  
  9.  
  10. $link= mysql_connect($host, $user, $pass, $db) or die (mysql_error($link));
  11.  
  12.  
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement