PHP Assistance, Please

Hello,

I have a client w/ a PHP issue on one of our Win2k3 servers and here is his question:

"When I go to a page on the website (E.g: websitename.com/index.php?mode=hi) and I place this on the page:

<?php
echo $mode;
?>

The word hi does not get displayed... But I I put this on the page:
<?php
echo $HTTP_GET_VARS[mode];
?>

It works..."

I am currently researching this and I was wondering if anyone can provide assistance as to what the issue may be.

Thanks,

 

 

 

 

Top