I maintain a site that currently has about 35,000 static html pages broken down by the fifty states. We are going to revamp the graphics and now is the time to consider moving into the "dynamic age".
I have successfully configured a php shopping cart, but I am far from having the know-how to write custom php applications. So I would like to know if php is the solution for our needs before I dive in.
Basically the idea is this:
Set up the new graphics on a page that pull in the content.
I may have to actually have fifty pages (one for each state) that call their state specific info, because each state has a state logo in the page header.
In toying with the shopping cart I found that I could enter the html file's body content as a record (or "item" in the cart) in the MySQL db. Then it is called in to the established layout, however if I were to try to adapt it to what I want to do, I would have to manually enter 35,000 "items" in the cart. (no-can-do).
I can strip the existing files of everything but the content I want to include, but I'll still have 35,000 pages with html extensions. and I don't know If I can do some type of include to call the files.
"is php our solution" or cfm or ????
unfortunately I can't sub this one out to contractors, but If you can point me towards a good solution I'd appreciate it
Thanks Bob B