Page 1 of 1

[SOLVED] passing variables doesn't work

Posted: Wed Oct 29, 2008 6:17 am
by RemusRigo
hi all

is there a setting that allows passing variables like mySort.php?Sort=a, in my page $Sort is null

Now I have XAMPP 1.6.8 and before I had WAMPP 1 and it worked (under wampp)
Is there any Apache setting?

thanks

Re: passing variables doesn't work

Posted: Wed Oct 29, 2008 6:23 am
by RemusRigo
thanks anyway,

just found my problem on a diffrent server

I inserted in my source this line

$Sort=$_GET['Sort'];

it works fine