Help!
for this script
<? echo "oink is $foo";?>
I have saved it as poo.php
If I run the script www.mysite.com/poo.php?foo=oink
on one site I get : "oink is oink" which is what I am supposed to get, but on another server I am working on, the identical code and the URL I get
"oink is" so it does not seem to pass the string along
Help!