> IHow Can I destroy some variable that I pass by url, exmple:
> http://webadmin/paginas/personalidades.php?ac2=delete&item=18#
> then when i get the varibale ac2 and item, I want to delete the value of
> this variable.

unset($_GET['item']) ?
http://www.php.net/manual/en/function.unset.php
 
-- 
Pavel Vrany
http://ogi.cz/

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

Reply via email to