mtWeb  Home > Download > PHP Multi Page Results ClassSitemap  Search

PHP Multi Page Results Class

Posted by martin on 10 Oct 2002.

Separates results on multiple pages.

Download

multipage.php, downloaded 10653 times.
PHP Class for separating result pages

Comments

reques
by Safuwan (safuwan@telkom.net) on 13 Mar 2003 3:44pm GMT

i want request php

uri_tail?
by jenniferbullfrog on 22 Mar 2003 7:59am GMT

uri_tail in multipage.php - what is this? how do i make it work?

uri_tail is just the query string
by martin on 22 Mar 2003 1:28pm GMT

You can do something like explode('?', $_SERVER['PHP_SELF']); and get the second array element (if it does exist).

multipage.php
by Mario de Freitas (mario@escalla.com.br) on 8 Jun 2003 1:09pm GMT

Please,

You can send me a practical example of as the class multipage.php works?

Mário de Freitas

São Paulo - Brazil

Error !
by Alf (adpaster@hotmail.com) on 22 Apr 2004 5:35pm GMT

When I used this program, it gives me an error. The error happens when my limit for each page is met. When I click on the number 2 (or the 2nd page) page button or the Next button it does not go to the 2 page of entries. Any help!

uri_tail
by Alf (adpaster@hotmail.com) on 17 May 2004 10:53pm GMT

$this->uri_tail = end(explode('?', $_SERVER['PHP_SELF']));

works fine!!!!

doesnt work with php 4.0.6
by sai (polmint@yahoo.co.uk) on 25 Jun 2004 6:10am GMT

Hi,

This code doesnt work on my hosting server where the hosting company has provided with php 4.0.6.

What to do now?

Thanks,

program
by Alf (adpaster@hotmail.com) on 26 Jun 2004 1:53am GMT

This program work fine when you list all of the records but when you want certain records, it show a database error. I think it is because the field is not index in the database.(Have not test this solution)

script does not work in Dreamweaver
by john (johnhendy5@hotmail.com) on 21 Oct 2004 12:24pm GMT

Tried this script in dreamweaver and it does not work. could not see any functionality at all. looking forward to your reply

john

i whant something that works
by octav (octavian_web@yahoo.com) on 12 Nov 2004 1:00pm GMT

an example with a db - not something theoretic -

pfff
by Jack Sparrow (none@noe.net) on 11 Dec 2004 2:49am GMT

Mr. Martin you are just giving away gold! !!

Thank you, and as a new coder I follow your example.