Urgent...Paging problem...EMERGENCY

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
l_fhoenix_l
Forum Newbie
Posts: 3
Joined: Fri Dec 19, 2003 7:44 am

Urgent...Paging problem...EMERGENCY

Post by l_fhoenix_l »

Hi there,
Thanks for your attention.
I have a show-message script that shows the messages and it doesn't have any problem. but i want to scatter it to pages.Any ideas on how to do it?
thx a ton!
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

More explanation...
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Post by AVATAr »

im guessing here, but you can add special chars in the message, like [-NewPage-].

When you are going to display it you explode the message with that separator into an array. then you use that array like a paginator.
Post Reply