itsureboy Posted January 23, 2007 Share Posted January 23, 2007 I'm building a website that is frequently updating and i was wonder how PHP could automate page flow.Just looking for a hint.Thank You. Link to comment https://forums.phpfreaks.com/topic/35440-automated-pages-w-php/ Share on other sites More sharing options...
trq Posted January 23, 2007 Share Posted January 23, 2007 Your question is extremely vague. Mind explaining what you mean? Link to comment https://forums.phpfreaks.com/topic/35440-automated-pages-w-php/#findComment-167662 Share on other sites More sharing options...
Caesar Posted January 23, 2007 Share Posted January 23, 2007 That is an open ended question. Too vague. If I was to summarize and give you a generic answer, I'd say that coding your site in PHP and generating page content dynamically with a db versus using static HTML pages, can save you hours (Or even days) of updating. Link to comment https://forums.phpfreaks.com/topic/35440-automated-pages-w-php/#findComment-167664 Share on other sites More sharing options...
itsureboy Posted January 23, 2007 Author Share Posted January 23, 2007 Ok for example i have a site w/html extension. On the page I have pictures w/ textarea that contain the code for the picture.I update frequently and instead of moving all da from each table to the one below it and then adding pages standardly would take forever.Im guessing there must be an automated or at least easier way to do this.So basically i want to transfer images and codes to tables below it self because i only want a certain number of photos on a page.Hope this helps you understand.Thanks. Link to comment https://forums.phpfreaks.com/topic/35440-automated-pages-w-php/#findComment-167668 Share on other sites More sharing options...
Jessica Posted January 23, 2007 Share Posted January 23, 2007 You want pagination on your content. You'll need to have some sort of CMS to let you add new 'entries' and store them either in a DB or file. then use pagination to show however many on a page. Link to comment https://forums.phpfreaks.com/topic/35440-automated-pages-w-php/#findComment-167670 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.