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. Quote Link to comment 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? Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.