[PHP] foreach help in search

2003-08-14 Thread Ryan A
Hi, I have a search page that is working perfectly so far and i have paginated it, the problem is the "next" page is giving me a slight problem. I am sending around 30 parameters via a $_GET and the "next" page must get the same parameters with the $page+1...instead of doing it manually I have tri

Re: [PHP] foreach help in search

2003-08-14 Thread Ryan A
Hi, thanks for replying, I am not very good with the "list" function thats why i use foreach instead. My new problem is that i also have to take out the PHPSESSID if it exists and its value otherwise i am getting 2 PHPSESSID's in my url...how can i do that with your sample code? Thanks, -Ryan >

Re: [PHP] foreach help in search

2003-08-14 Thread Jason Wong
On Tuesday 12 August 2003 06:07, Ryan A wrote: > thanks for replying, I am not very good with the "list" function thats why > i use foreach instead. > My new problem is that i also have to take out the PHPSESSID if it exists > and its value otherwise i am getting 2 PHPSESSID's in my url...how can