Originally posted at http://www.codingforums.com/showthread.php?t=208812:
Trying to figure out what sql to use to allow users to input data into a submission form, which will then submit the data into the database. The sql will insert the data along with the page name that the user is on into the database. Also, the sql will output the data that was submitted in order based on data that corresponds to the page name. So if I am on a page named "example5", the sql code should output and display all data that corresponds to the page named "example5" that is in the database.
All help is appreciated!
Trying to figure out what sql to use to allow users to input data into a submission form, which will then submit the data into the database. The sql will insert the data along with the page name that the user is on into the database. Also, the sql will output the data that was submitted in order based on data that corresponds to the page name. So if I am on a page named "example5", the sql code should output and display all data that corresponds to the page named "example5" that is in the database.
All help is appreciated!