Hello..
I'we got win2k + apache 1.3.14 + php 4.0.4 + mysql and it looks something is wrong because if i use URL localhost/blah.php?something=1, the url that will show will be localhost/blah.php without QUERY_STRING.
It looks like i didn't even write anything behind "?".
Someone told me, I must change "register_globals" to On in php.ini, and i did. And still nothing..
I made a simple script: <?php echo $QERY_STRING; ?> and it doesn't show me what i typed in qery string.
but if i type "print $HTTP_SERVER_VARS['QUERY_STRING'];" it shows!
maybe someone hes the same problem, solved, or there is someone, who knows the answer to my problem..
i will really apretiate it if someone can reply to this post.
thank you..
LORDGreg