Topic: Change the way search.php behave

As it is today the form is submitted via POST , problem with this is when you click on a post in the search results and after looking trough this post you want to go back to the search results to pick another post, then you get theese errors from ie to not send the POST information again.

Why not submit with GET, then you overcome this problem.

Re: Change the way search.php behave

Good points. I will investigate :)

"Programming is like sex: one mistake and you have to support it for the rest of your life."

3 (edited by ps21 2003-09-03 02:14)

Re: Change the way search.php behave

I am sure I read about this IE quirk somewhere else and the other solution suggested was to include the following before outputting pages

header("Cache-control: private");

Don't ask me for any further explanation, I am not a codehead yet, just an aspiring one.

EDIT
Ignore me, I am having a thick day. I just noticed it's already included in header.php. I think I had better stick to CSS, I can't get my head round the real coding smile