PHP echo problem

We have a customer on FreeBSD and 4.2.1 PHP installed

Would anyone have any idea what is wrong with this


the problem is echo() doesnt work (IM NOT A PHP GUY) go off these two urls and u can see the 2nd one, doesnt post the info

http://www.stasik.com/test.php?var=you-should-see-this

http://www.psinetik.net/test.php?var...hould-see-this

whats in each file
PHP Code:
<?
echo $var;
?>
One thing i noticed is that my php file has alot more in terms of PHP Variables specially where it starts _ENV["XXXXX"]

his doesnt but have 2 lines of the ENV stuff

 

 

 

 

Top