Hi ,
Can anyone tell me is there any other connection method(mysql with php) other than this.Please help me..
$hostingname="localhost";
$username="root";
$password="";
$dbname="test";
$rr=mysql_connect("$hostingname","$username","$password")or die(mysql_error());
mysql_query($rr);
mysql_select_db($dbname) or die(mysql_error());
thanks
Punithapary