Search found 1 match

by KL
Wed Aug 20, 2003 8:45 am
Forum: Databases
Topic: How to paginate the content of a single attribute??
Replies: 4
Views: 672

How to paginate the content of a single attribute??

Hi, I am working on a short story database using PHP and MySQL, but having problem with displaying a story with content's length larger than 2 pages. If I just display the whole story on one single page, then it would be easy but that page is too long. I would like to break that page into pages, but...