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
[SOLVED] passing variables doesn't work
Moderator: General Moderators
[SOLVED] passing variables doesn't work
Last edited by RemusRigo on Thu Oct 30, 2008 1:58 am, edited 1 time in total.
Re: passing variables doesn't work
thanks anyway,
just found my problem on a diffrent server
I inserted in my source this line
$Sort=$_GET['Sort'];
it works fine
just found my problem on a diffrent server
I inserted in my source this line
$Sort=$_GET['Sort'];
it works fine