I have a problem.. I do a SELECT statement, and it echo's back "Resource ID # 2" What does this mean? Here's my code:
$query = "SELECT a FROM test2 WHERE id = '007'"; $result = mysql_query($query); echo($result);
LOL nm, I found out why..