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