Hi,
I try to pass a variable using post method. I've php 5 installed.
Although I am using
while (list($name, $value) = each($HTTP_POST_VARS)) {
${$name} = $value;
}
to get it, but it doesn't work. Also in my php.ini the global register is on.
Any ideas?
Assaf