|
[PHP] $_GET problem... -
10-19-2008, 10:07 PM
When I'm trying to send more then 1 variable via url adress like
somesite/file.php?x=5&y=7
Second variable does NOT exists....
I tryed already with ' & ', print_r(&_GET), isset(&_GET)... and damn... nothing is working. I guess it's all about configuration. Anyway, know what should I do to make it working?
BTW
When I change variables like y=7&x=5 then 'y' exists but x doesn't..
|