I'm building a db that will have 1000+ records. There will be 11 fields that will include information like the page title, meta description plus the names and addresses of the business I have in the db. So basically this is the specific information needed for each individual page, 1000 records will = 1000 web pages. Can someone recommend a tutorial or give an example using php to insert my fields into the web page into all the various places I need? I've come across some basic scripts that just display db results in one spot and I don't think it applies to my situation.
I would highly recommend Tizag: http://www.tizag.com/phpT/index.php Its got me out of a sticky situation many a time I can tell you.
That was just what I needed, I had to change things a bit to rework it for my purposes but otherwise I'm up and running. Thank you Valdor!