Re: [PHP] Paging script

2009-09-30 Thread Ruben Crespo
Cc: php-general@lists.php.net > Subject: Re: [PHP] Paging script > > > > Hi all, > > Maybe it is not just what you need but could be helpfull. > > Here you have the code: > > > //---paginator.php-- > -

RE: [PHP] Paging script

2009-09-30 Thread Mert Oztekin
-- From: Angelo Zanetti [mailto:ang...@elemental.co.za] Sent: Wednesday, September 30, 2009 1:59 PM To: Mert Oztekin; php-general@lists.php.net Subject: RE: [PHP] Paging script -Original Message- From: Mert Oztekin [mailto:mozte...@anadolusigorta.com.tr] Sent: 30 September 2009 12:40 PM T

RE: [PHP] Paging script

2009-09-30 Thread Angelo Zanetti
_ From: Ruben Crespo [mailto:rumails...@gmail.com] Sent: 30 September 2009 01:23 PM To: Angelo Zanetti Cc: php-general@lists.php.net Subject: Re: [PHP] Paging script Hi all, Maybe it is not just what you need but could be helpfull. Here you have the code

Re: [PHP] Paging script

2009-09-30 Thread Ruben Crespo
Hi all, Maybe it is not just what you need but could be helpfull. Here you have the code: //---paginator.php Page ".$current." of ".$total_pages.""; $Goto = "Go to Page"; $go = "Go"; $texto = "

RE: [PHP] Paging script

2009-09-30 Thread Ashley Sheridan
On Wed, 2009-09-30 at 12:59 +0200, Angelo Zanetti wrote: > > -Original Message- > From: Mert Oztekin [mailto:mozte...@anadolusigorta.com.tr] > Sent: 30 September 2009 12:40 PM > To: 'Angelo Zanetti'; php-general@lists.php.net > Subject: RE: [PHP] Paging s

RE: [PHP] Paging script

2009-09-30 Thread Angelo Zanetti
-Original Message- From: Mert Oztekin [mailto:mozte...@anadolusigorta.com.tr] Sent: 30 September 2009 12:40 PM To: 'Angelo Zanetti'; php-general@lists.php.net Subject: RE: [PHP] Paging script Sorry but I dont understand what you mean. Can you be more specific? {1}

RE: [PHP] Paging script

2009-09-30 Thread Mert Oztekin
...@elemental.co.za] Sent: Wednesday, September 30, 2009 1:21 PM To: php-general@lists.php.net Subject: [PHP] Paging script Hi All, I am looking for a paging script, not the normal type but slightly different. It must show as follows: 1 2 3 ... 12 Then: 1 ... 678 ... 12 And 1 ... 10 11 12 I have

[PHP] Paging script

2009-09-30 Thread Angelo Zanetti
Hi All, I am looking for a paging script, not the normal type but slightly different. It must show as follows: 1 2 3 ... 12 Then: 1 ... 678 ... 12 And 1 ... 10 11 12 I have googled and not really found much and don't really want to reinvent the wheel. I am sure I can write my own but du