I'm pretty new to php and mysql. I have created an html form on one page. The action goes to another page which creates a table in a mysql database and enters all the info entered into the form. Then on the original page I call the table that was created and print the information to a table. This all works great.
My problem is that I need to include this form and table on about 6,000 pages. I would like to just use one action file, but create a different table name for each page.
Is it possible to have the table name a variable that I could change the value of on each form page and have it change automatically on the action page. Any help would be appreciated.