unset($_GET['i'])

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

 



Hi

given page1 has a list of goods and sends $i as a variable into a link to page2, ie, <a href="page2.php?i=3">send</a>

Page2 adds the items recieved in an array.

In page2 how can I unset the $_GET['i'] so that if I press F5(refresh) it doesn't add the same item to the array ?

I tried unset($_GET['i']) but no success.

Thanks

--
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