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.I'm pretty new to php and mysql. I have created