sfcode
An Online Competing and Development Environment
|
Variables | |
$db_host = 'localhost' | |
$db_username = 'root' | |
$db_password = '' | |
$db_name = 'ssl_database' | |
$mysqli = new mysqli($db_host, $db_username, $db_password,$db_name) | |
This is the default script to connect with the MySQL server in the backend.