Sunday, June 20, 2010

MYSQL: How to fetch the last inserted row

$last_date = mysql_query("SELECT date FROM data ORDER BY date DESC LIMIT 1");

No comments:

Post a Comment