PDA

View Full Version : Pagebreak function in php


sdp777
08-29-2007, 12:52 AM
I have a need to split a long post, like an article or tutorial, ideally, into several pages at my discretion. Is there something like a [pagebreak] function in php? And how would you link it to a separate page while keeping it in the same table in the sql? via a simple ahref link continue to the next page?

Is this even possible?

Eikinskjaldi
08-29-2007, 02:52 AM
I have a need to split a long post, like an article or tutorial, ideally, into several pages at my discretion. Is there something like a [pagebreak] function in php? And how would you link it to a separate page while keeping it in the same table in the sql? via a simple ahref link continue to the next page?

Is this even possible?

Why not just split the long post up into several smaller posts?

Why do you need a page break anyway?

sdp777
08-29-2007, 11:23 AM
Because then they are not linked in the same place in the SQL. I am more thinking Tutorials and Articles, like on my page. Post was merely a figure of speech. I agree linking posts would work but thats not what I am after. I use Cinq's vbarticles...and it has a pagebreak delimiter function, but I don't understand if it does what I want.

sdp777
09-03-2007, 02:27 PM
Nudge.....can any one offer insight?