Posted by Pavel on 03/25/05 00:00
> 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/
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming