$execute = mysql_query("SELECT * FROM servers_games ORDER BY name");
while($row = mysql_fetch_array($execute)) {
$servers = mysql_query("SELECT * FROM servers_information WHERE gameid = $row[id]");
while($row_servers = mysql_fetch_array($servers)) {
}
}
Something so simple, yet I've never ran across it before ... any help would be appreciated.
And the SQL statement itself is fine, that isn't what is throwing off the error.