Hi,
I'm currently working on porting my website, while moving from my crummy old host who ran a unix machine, to this new company which runs Windows. Most of my site is Ok,
but for some reason, my PHP scripts which use querystring variables don't seem to be passing them on to the script itself.
For example, if I use "display_next_show.php?lang=heb&show=6", and then I plant a couple of lines in the begining of display_next_show.php that echo $lang and $show, they appear to be empty.
Is this some sort of special Windows problem?
(everything else PHP works fine)
Thanx in advance
Helmsberger