/ Published in: PHP
Use to connect to MySQL db. Use in a 'db_connect.inc' type file.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$host = localhost; $usr = 'user'; $pwd = 'pass'; #connect to database