Hi peeps.
I wonder is someone would kindly help me, I am a little bit stuck.
I have an html form which when submitted went to a php page that inputted the data into a db and also echoed out the input.
I was concerned about duplicate entries if someone pressed the refresh button and thanks to the good folk on here was advised to create a redirect when the submit was used. The form now goes to a php page that connects to the db then redirects to a thank you page.
This works fine but now I am struggling to input what they submitted onto the thank you page.
I am a complete novice but I understand I need to use SELECT,
but I cannot for the life of me figure out how to get their input.
I assume you would SELECT the last record but how?
"SELECT all fields from database FROM my table WHERE ????????"
Can anyone help
Many thx