Page 1 of 1

Apache2 and PHP4.3 something weird...

Posted: Sat Jun 29, 2002 3:31 pm
by sinistre
Hi. I've set them up semi-successfully. It runs. But when doing this:

Code: Select all

http://web.site.com/index.php?test=hello

<?php
echo $test;
?>

I get no output. None. Nada. Zip. Nothing. Does anybody have any idea why??? This does work:

Code: Select all

<?php
$test = "Hello";
echo $test;
?>
Weird huh?

Posted: Sat Jun 29, 2002 3:42 pm
by hob_goblin
hey buddy... read the thing that says

"BEFORE POST READ:"

you need to use $_GET.. or turn on global variables