PDA

View Full Version : Paging. How do I it?



chrisclick
February 11th, 2007, 05:30 PM
ok... I am wanting to make my own blog system, but the only thing i'm not so sure about is paging.

Ok, so I post something 5 times and then when I post the 6th a new page will be created and it will carry on. until the 15th and then another new page for the 16th.

I am using Dreamweaver 8 php functions because I am not so good with PHP (no I do not want a lecture about it)
And im using Dynamic Text, so, can anyone help?

evildrummer
February 12th, 2007, 06:33 AM
Post the code that dreamweaver makes, You could probably just set it so only outputs the last 15 then checks if theres more than posts a link to a page that has a GET variable so http://example.com/?pageid=2 which then works out what the next 15 will be and gets them so on and on.

chrisclick
February 12th, 2007, 11:45 AM
^ Its ok! I found a way using server behaviours. I've made the blog (thats the last time im staying up till 5' in the morning!)