$maxi = mysql_query("SELECT MAX(id) AS maxid FROM blog"); mysql_query("DELETE * FROM blog WHERE id < ($maxi[maxid] - 20)");