Re: [PHP] send both POST and GET data

2002-04-11 Thread Erik Price
On Thursday, April 11, 2002, at 04:09 PM, Erik Price wrote: > I'm trying to think of a clever way to send both POST and GET data in > the same form. I want to use GET data so that the variables appear in > the querystring (so that users can bookmark or save the URL, it's a > search engine-k

[PHP] send both POST and GET data

2002-04-11 Thread Erik Price
I'm trying to think of a clever way to send both POST and GET data in the same form. I want to use GET data so that the variables appear in the querystring (so that users can bookmark or save the URL, it's a search engine-kinda thing), but I have a main switch() statement which is controlled