Apache2 and PHP4.3 something weird...
Posted: Sat Jun 29, 2002 3:31 pm
Hi. I've set them up semi-successfully. It runs. But when doing this:
I get no output. None. Nada. Zip. Nothing. Does anybody have any idea why??? This does work:
Weird huh?
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;
?>