Simple way to read single record from MySQL April 7, 2023 by Tarik $id = mysql_result(mysql_query("SELECT id FROM games LIMIT 1"),0);