it's basically a self replicating site deal. I have all the pages on another server, so that's not a problem.
Basically a user will enter in a small amount of form data. Maybe 14 fields worth of basic info. So the main purpose of this database is to read the information and plug it into the web pages.
I'm using php scripts to open the database and pull the appropriate data but for the webpages, I use fopen.
Thanks for everyone's help, and any suggestions are always open.
Steve