Hi
I'm trying to write a small foreach loop that will empty all POST vars received by the page
this doesn't work :
foreach($HTTP_POST_VARS as $k => $var){
$k = "";
}
so I'm obviously overlooking a basic thing ...
has anyone got a simple way of doing this ?
thanks