$res=mysql_query("select * from table where id>10");
I can delete associated records using only $res ?
I mean i do not want make another query like delete * from table where id>10
so in this way $res can be used to get data, and then delete records.
note :: instead of clicking 'close' to close question, consider understand the question first, is a valid question and not was posted before. :genius: