I have mysql database and I want to get the last ID from field in a table .
example : -
id Value 1 david 2 jone 3 chris
you can also use the following code ::
$lastId = mysql_insert_id();