Hi I am sending a variable to a file showDetails as in
showDetails.php?job=117171 from another file.
When I try to see the value of job in showDetails.php
by doing echo $job, i donot see any value being set.
I try this thing on another server and it works.
is there a problem in my php..or do i have to do some setting in apache or php.ini to get values of my posted variables?
thanks