[SOLVED] passing variables doesn't work

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
RemusRigo
Forum Newbie
Posts: 2
Joined: Tue Oct 28, 2008 9:42 am

[SOLVED] passing variables doesn't work

Post 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
Last edited by RemusRigo on Thu Oct 30, 2008 1:58 am, edited 1 time in total.
RemusRigo
Forum Newbie
Posts: 2
Joined: Tue Oct 28, 2008 9:42 am

Re: passing variables doesn't work

Post 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
Post Reply