Can someone explain whats wrong with this?
//////////// Query To Highest Score ////////////////////
$query4="Select MAX(HighestScore) AS MAX_HISCORE FROM Darts_SGS WHERE Darts_SGS.Player='$name'";
mysql_query($query4);
//execute SQL query and get result
$sql_result4 = mysql_query($query4,$connection)
or die("Couldn't execute query4.");
///////////////////////////////////////////////////////////////
Ive tried variations on this, mostly it Couldnt execute, sometimes Resource id #11 ??? Any ideas guys??