|
Posted by Dennis de Wit on 08/21/06 11:28
redman.mainecoon@gmail.com wrote:
> Rik wrote:
>> Well, I'd be flabbergasted when this method actually worked.
>> Some insight: if the user hits the back button, and goes back to a page
>> where he arrived using a POST, and the browser does indeed request the page
>> again, instead of getting it form it's cache, POST values are send with the
>> HTTP request again. So the $_POST array will be populated, the script will
>> work as it did before.
>>
>> The method mentioned here is utterly useless IMO.
>>
>> Grtz,
>> --
>> Rik Wasmus
>
>
> Best to ignore Rik. He's a career troll.
>
> RM
I have to agree with Rik. I also don't think it will work. Would
changing a value in the $_POST array also change this permanently and so
post the new value again when you reload your page? How does this
interact with the client? Does the browser receive a message when these
variables are unset? Right... I don't believe so either...
Dennis
Navigation:
[Reply to this message]
|