Re: unset($_GET['i'])

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The $_GET array comes from the URL which is resent every time someone
hits F5.  unset works on the server, not on the browser.  You could
capture it, add it to the session and then redirect without it in the URL.

Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com



Bill wrote:
> Dan Shirah a écrit :
>> How about just adding a simple counter on your page.
>>
>
> That's what I do but that "counter" resets when you press F5 and is
> not functionnal.
>
> Why $_GET['i'] doesn't unsets ?
>


-- 


Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com


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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux