First of all, I would like to say that phpformgenerator is the best idea I have seen in a long time. I think that this will be a simple one for you gurus. Once the data stored in the variables is sent to the "thank you" page, I have a link a the bottom of the thank you page that takes the user back to "index.html". When the user clicks this link to go back home, I want all of the records (only the records) in the databas to be emptied as well. This prevents data from staying in the database. If anyone can help me, I would appreciate it. orionellis@sbcglobal.net
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, so you've got me totally baffled. Why would you want a form if you are not going to capture the user data in a database for future access?
If all you want to do is display data on a thankyou page you don't need a database.
What is it that you really want?
Variables are temporary as data is passed from one page to another. Once the pages refresh, the varables are gone. The database is a file or MySQL db that permanently stores the form data.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First of all, I would like to say that phpformgenerator is the best idea I have seen in a long time. I think that this will be a simple one for you gurus. Once the data stored in the variables is sent to the "thank you" page, I have a link a the bottom of the thank you page that takes the user back to "index.html". When the user clicks this link to go back home, I want all of the records (only the records) in the databas to be emptied as well. This prevents data from staying in the database. If anyone can help me, I would appreciate it. orionellis@sbcglobal.net
OK, so you've got me totally baffled. Why would you want a form if you are not going to capture the user data in a database for future access?
If all you want to do is display data on a thankyou page you don't need a database.
What is it that you really want?
Variables are temporary as data is passed from one page to another. Once the pages refresh, the varables are gone. The database is a file or MySQL db that permanently stores the form data.