Advertisement
gurukomline

Untitled

Mar 31st, 2023
801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. // Mysql
  2. $conn = mysql_connect('localhost', 'username', 'password');
  3.  
  4. // Mysqli
  5. $conn = mysqli_connect('localhost', 'username', 'password');
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement