Log in

View Full Version : How do I display content in "pages"?



5starmember
08-19-2008, 06:30 PM
I know how to display content on A PAGE, but I have a lot of content, & it will be growing constantly. Is there a way that this content would AUTOMATICALLY go to a new page(from page 1 to page 2)?

I could create the pages(page1.html, page2.html, page3.html...ect.) beforehand, but is it possible that as more content is being added to PAGE 1, older content from page 1 would automatically move to PAGE 2? :confused:

It would be amazing if there was a script that could due this & run on Javascript or HTML- but is this possible?

mburt
08-20-2008, 03:44 AM
Most-likely not on Javascript... It seems your only option is server-side, in other words, learn PHP (http://www.php.net/).

5starmember
08-20-2008, 02:13 PM
I already know a pretty good ammount of PHP, but I don't know enough to know how to do this :P

If it can be done in PHP, that's just as good :P