View Single Post
(#1 (permalink))
Old
Linek98 Linek98 is offline
Junior Member
Linek98 is on a distinguished road
 
Posts: 4
Join Date: Oct 2008
Default [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..
Reply With Quote
Sponsored Links