ballouta Posted April 16, 2009 Share Posted April 16, 2009 Hello I am inserting some data to a table where id is a primary key and it is set to auto increment. Is is possible to know what was the last 'id' added in the table inorder to make some process on it on another page for example. Thank you Link to comment https://forums.phpfreaks.com/topic/154313-solved-query-help/ Share on other sites More sharing options...
Mchl Posted April 16, 2009 Share Posted April 16, 2009 mysql_insert_id Link to comment https://forums.phpfreaks.com/topic/154313-solved-query-help/#findComment-811257 Share on other sites More sharing options...
ballouta Posted April 16, 2009 Author Share Posted April 16, 2009 Thank You! Link to comment https://forums.phpfreaks.com/topic/154313-solved-query-help/#findComment-811272 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.