Hi guys
My script worked fine in PHP 4 but in PHP 5 I cannot pass any values from page to page?
What could cause this?
Hi guys
My script worked fine in PHP 4 but in PHP 5 I cannot pass any values from page to page?
What could cause this?
Likely server settings, like register_globals.
Sorry, Friday isn’t my ‘Magical Crystal Ball’ day.
Can you provide a reproducible code sample that demonstrates this?
I can’t be sure without seeing any code, but it probably has to do with register globals being ‘on’ in your PHP4 settings, and ‘off’ in PHP5
It is on every page.
Register Globals is on
In 2010
Are you using the old style $HTTP_GET_VARS instead of $_GET etc? That could be causing the problem.