Hi everyone,
The following mysql_connect() string worked with my previous web host but the new host's server which is a cobalt machine reports "No Database Selected"
mysql_connect($hostname,$user,$password) or die("Failure to communicate with database");
mysql_select_db($database);
$query="SELECT * FROM table WHERE ".$checkage." ".$where." order by ID desc" ;
$result = mysql_query($query)
or die(mysql_error());
Any ideas anyone? The new host's support is no help.