I would like to construct a mysql_query that will give me only new rows inserted in a table with a where condition like ....
SELECT (LAST 5) FROM `x` WHERE `USER_KEY` = '$RK' ORDER BY `dd` DESC
this data will be parsed in json afterwards,otherwise i would have just got all the data and looped threw.