/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?PHP //Define constants define("DB_SERVER", "localhost"); define("DB_USER", "root"); define("DB_PASS", "root"); define("DB_NAME", "testbooks"); ?>