Re: [PHP] Search Results - Web Page has Expired after Viewing Results

2003-02-11 Thread Vernon
That did it. Thanks (in all the years I have been doing this you think I would have learned that already) "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Changing the method also implies changing $_POST to $_GET in your code. -- PHP General

Re: [PHP] Search Results - Web Page has Expired after Viewing Results

2003-02-11 Thread Marek Kilimajer
Changing the method also implies changing $_POST to $_GET in your code. Vernon wrote: When I do that I get syntax errors in the SQL "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Simple answer is - use GET method instead of POST for your s

Re: [PHP] Search Results - Web Page has Expired after Viewing Results

2003-02-11 Thread Chris Shiflett
--- Marek Kilimajer <[EMAIL PROTECTED]> wrote: > Simple answer is - use GET method instead of POST for > your searches --- Vernon <[EMAIL PROTECTED]> wrote: > When I do that I get syntax errors in the SQL That obviously has nothing to do with what request method you are using. You need to give mo

Re: [PHP] Search Results - Web Page has Expired after Viewing Results

2003-02-11 Thread Vernon
When I do that I get syntax errors in the SQL "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Simple answer is - use GET method instead of POST for your searches -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:

Re: [PHP] Search Results - Web Page has Expired after Viewing Results

2003-02-11 Thread Marek Kilimajer
Simple answer is - use GET method instead of POST for your searches Vernon wrote: I've successfully created a search and result page for a dating site which off of the result page is a detail page for reviewing the profile online and so forth. The problem I'm having is once a user does his/her

[PHP] Search Results - Web Page has Expired after Viewing Results

2003-02-11 Thread Vernon
I've successfully created a search and result page for a dating site which off of the result page is a detail page for reviewing the profile online and so forth. The problem I'm having is once a user does his/her search they may come up with a number of results which after reviewing one of the mem