Problem passing vars
Posted: Fri Jan 12, 2007 5:04 am
Hi,
I do hope it is the right room to ask...
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($POST)) {
${$name} = $value;
}
it doesn't working anymore.
Should I need to change something on the php.ini?
Thanks,
Assaf
I do hope it is the right room to ask...
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($POST)) {
${$name} = $value;
}
it doesn't working anymore.
Should I need to change something on the php.ini?
Thanks,
Assaf