Good day,
I had upgrade to php 4.2.2 and tried the new 4.2.3 but it seems that any variables passed by get or post methods don't work.
The variable is undefined so php says.
just simple ones like
test.php?variable=1
variable is undefined in test.php
when submiting a form none of the variables are passed.
this did all work in 4.1.1
anybody know what I can do about this?