On Wed, August 1, 2007 6:18 am, Christian Hänsel wrote:
> this might be a noob- question, but I simply do not care anymore.
> After a
> few hours of fiddling with this @/**&%$ (screaming "AAaaaaahhhh"), I
> would
> like to ask you.
>
> So what I have is this: I have a search engine for a car market, which
> has
> about 30 $_POST- vars. Now when the user clicks on a result link, it
> takes
> him to the car details page. Now when he hits the back button, he
> either
> gets the "Page has expired" (IE) or the "Wanna send the form data
> again"
> message box (FF).
>
> Now I would like to have kind of a "back-button", so the user will see
> the
> reusult list again without having to deal with this.
>
> I guess what I'm asking for is a one-click re-submission of POST
> data... Do
> you have a clue on how to do this?

The EASIEST solution would be to change your POST to GET, assuming you
are NOT changing any data with the search.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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

Reply via email to