Jump to content
Larry Ullman's Book Forums

Create Php Pages On The Fly


Recommended Posts

Hi,

 

I want to use PHP as a CMS. Is it possible to create PHP pages dynamically? For example if you had a product page, could a client create a new page for a new product dynamically with php? Is this possible or does the web developer have to create the page initially? If you can create dynamically, how do you go about it. Any info at other programming forums?

 

Thanks

Link to comment
Share on other sites

This is definitely possible in that you can use PHP to create any kind of file. However, what you're describing is most commonly resolved using a single PHP page as a template and pulling page-specific content from a database. 

Link to comment
Share on other sites

 Share

×
×
  • Create New...