Saturday, August 15, 2009

Latest way of Connecting to MySQL Data Base

$mysql = new mysqli('localhost', 'username', 'password', 'name of the data base') or die('MySQLi cant be instantiated');



No comments:

Post a Comment