I have built a wonderful web experience using PHP that allows the user to enter information into a form and update a mysql database. Each record in the database gets an autoincrement unique identifier added to it which is generated by the database itself.
I am trying to automatically pull the information from the record that I just added to the database, along with the unique identifier, so that I can display it to the screen and give the user the opportunity to print the page.
Does anyone have any idea how I might do this. Is there a pull the last record function in mysql that might allow me to do this?