RE: Re: Page counter from a query ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Just do an extract on your $_GET var (if security concerns are negligible)

Say you get line is:
?sid=123&form=12
// Execute this
extract($_GET)

// You end up with:
$sid == "123";
$form == "12";


Gary Every
Sr. UNIX Administrator
Ingram Entertainment
(615) 287-4876
"Pay It Forward"
mailto:gary.every@xxxxxxxxxxxxxxxxxxxxxxx
http://accessingram.com


> -----Original Message-----
> From: jeffrey_n_Dyke@xxxxxxxxx [mailto:jeffrey_n_Dyke@xxxxxxxxx]
> Sent: Tuesday, November 04, 2003 9:01 AM
> To: pete M
> Cc: php-db@xxxxxxxxxxxxx
> Subject: Re:  Re: Page counter from a query ?
> 
> 
> 
> question/comment...
> 
> i don't use PEAR currently.  but i noticed this class expects
> register_globals=on and would therefore not to work on my system.
> 
> Or does another parent class take care of the translation 
> between $form and
> $_GET['form']?
> 
> 
> Jeff
> 
> 
> 
> 
>                                                               
>                                                               
>             
>                       pete M                                  
>                                                               
>             
>                       <pmorgan@xxxxxxxx        To:       
> php-db@xxxxxxxxxxxxx                                          
>                  
>                       >                        cc:            
>                                                               
>             
>                                                Subject:  
>  Re: Page counter from a query ?                      
>                  
>                       11/04/2003 09:53                        
>                                                               
>             
>                       AM                                      
>                                                               
>             
>                                                               
>                                                               
>             
>                                                               
>                                                               
>             
> 
> 
> 
> 
> I use PEAR db to make my life easy..
> here's their pager class
> http://vulcanonet.com/soft/index.php?pack=pager
> 
> 
> pete
> 
> Larry Sandwick wrote:
> > Is there a way to limit the number of pictures being display from a
> > query?
> >
> >
> >
> > Example.
> >
> >
> >
> > Let say I have 100 pictures and I would like to display only 20. How
> > would I put the numbers at the bottom of the page?
> >
> >
> >
> >             1 2 3 4 5
> >
> >
> >
> > When you click on 1 you get 1 - 20, and when you click on 2 
> you get 21 -
> > 40. I believe I can use the limit command for the query, I 
> just do not
> > understand how to put the query on the number.
> >
> >
> >
> > Any help would greatly be appreciated!!!
> >
> >
> >
> > TIA
> >
> >
> >
> >
> >
> > Larry Sandwick
> >
> > Sarreid, Ltd.
> >
> > Network/System Administrator
> >
> > phone: (252) 291-1414 x223
> >
> > fax      : (252) 237-1592
> >
> >
> >
> >
> 
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux