MonsieurRenard
06-22-2006, 06:17 PM
This is really weird, I call the page like this:
page.php?&var1=1&var2=2&var3=3
Now $var1, $var2 and $var3 all have the correct values, but $_GET[0] or $_GET[2] etc... are all equal to nothing. I tested this
What am I doing wrong?
page.php?&var1=1&var2=2&var3=3
Now $var1, $var2 and $var3 all have the correct values, but $_GET[0] or $_GET[2] etc... are all equal to nothing. I tested this
What am I doing wrong?