sajaykumar
Feb 4 2009, 02:34 PM
Hi ,
i want to connect mysql database using coding ie, using the following code
$con = mysql_connect("localhost","root","password");
can anyone please tell me how to do it to tis site..please help me
punzer
Feb 27 2009, 09:56 AM
$con = mysql_connect(
"localhost",
"account_login"."_"."database_login",
"database_password"
);
mysql_select_db("database_name") or die("error");