[thelist] deleting php vars

Paul Bennett paul at teltest.com
Thu Oct 30 14:57:07 CST 2003


jan guichelaar [artmiks] wrote:

>thanx, but this doesn't work with vars from a post/get method,
>only with vars you set in the php-page itself
>
>  
>
ok, not 100% sure what you are trying to do, but have you tried:
unset ( $HTTP_POST_VARS['var_name']);
?

This makes php 'forget' as it removes both the variable data and name 
from script processing
-------------------
Paul Bennett
http://www.clicksave.co.nz
For your free report:
"10 time-killing web development mistakes and how to avoid them"
send an email to:
bennettpr at getresponse.com



More information about the thelist mailing list