Hello All,
Below mentioned is the connection string through which one can connect MySQL database with PHP code:
----------------------------------------------------
<?
// connect to the database
mysql_connect ('server name', 'username', 'password');
mysql_select_db ('database name');
?>
Connected successfully
----------------------------------------------------
Thanks,
Shane G.
AccuWebHosting.Com
Below mentioned is the connection string through which one can connect MySQL database with PHP code:
----------------------------------------------------
<?
// connect to the database
mysql_connect ('server name', 'username', 'password');
mysql_select_db ('database name');
?>
Connected successfully
----------------------------------------------------
Thanks,
Shane G.
AccuWebHosting.Com