I have an Access database with all the content and image links etc of 5,000 webpages. Each record contains fields and content for a single webpage. Is there a web template that can translate these records into webpages? Thanks database gurus!
You can try the DBForms tool at http://www.dbconvert.com/convert-accessforms-to-web-mysql.php . It is able to convert MS Access Forms and database to PHP web pages + MySQL database as backend.
I dont have form, I have a flat table of columns and rows. Each record has fields to fill out a webpage: title description keywords header1,2,3, etc. paragraph 1, 2, 3 etc image link 1, 2, 3, etc etc Is there a way to use PHP to get this info from the database and create a php page?
There is the way but it is too complicated so I would not recommend it. You will be better of converting your database to MySQL and using php to create dynamic pages.