Hi,
I had to move one of my sites to a new server.
On the new server I can't pass variables using post or get methods.
I am using this method to get the vars:
while (list($name, $value) = each($HTTP_POST_VARS)) {
${$name} = $value;
}
it doesn't working anymore.
Should I need to change something on the php.ini?
Thanks,
Assaf