Deception
2013-04-17 13:27:45 UTC
At the moment it query's all the records:
$query = "SELECT postbody, postdate FROM posts ORDER BY id DESC";
$result = mysql_query($query);
How would I make it so that it only query's the last 3 records.
Thanks!