I simply need to select the last entered row specified by condition, e.g:
SELECT ID from bugs WHERE user=Me
I need to return only the very
Just after running mysql query from php
get it by
$lastid=mysql_insert_id();
this give you the alst auto increment id value