I installed Apache 2 and PHP 4.3.9 on my WinXP PC. I try to pass a variable via URL but it doesn't work.
I made a page like this: <?php echo $var; ?>, but when I try to call page.php?var=HELLO in my browser, it doesn't show "HELLO".
What could be the problem?