sfcode
An Online Competing and Development Environment
Variables
database.php File Reference

Variables

 $db_host = 'localhost'
 
 $db_username = 'root'
 
 $db_password = ''
 
 $db_name = 'ssl_database'
 
 $mysqli = new mysqli($db_host, $db_username, $db_password,$db_name)
 

Detailed Description

This is the default script to connect with the MySQL server in the backend.