what will I put in this php code:
if(!mysql_connect("http://cocgsd.x10host.com","cocgsdx1@localhost",""))
{
die('oops connection problem ! --> '.mysql_error());
}
if(!mysql_select_db("cocgsdx1_gsd"))
{
die('oops database selection problem ! --> '.mysql_error());
}
what should I put...