i have the following code
<?php
$con = mysql_connect("apysan.x10hosting.com","apysan_apysan","bharat");
//$con = mysql_connect("localhost","root","");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("apysan_database", $con);
// check username...