Hi,
a new HD has been installed on my server and now PHP is acting weird. A tech. is working on it but has some problems figuring it out. We all know that this can happen every now and then: just a small thing and we just don't see the problem ;).
Perhaps one of you knows what's wrong...
this is what happens:
test.php?name=Swingerman
test.php looks like this:
<?php
echo( "Hello $name!" );
?>
But when opening test.php?name=Swingerman in my browser, I only get:
Hello !
So, the problem is that PHP doesn't recognize the $name variable.
has anybody here an idea what to do? is it anything in php.ini?
ICQ: 159190441
Thanx much!
a new HD has been installed on my server and now PHP is acting weird. A tech. is working on it but has some problems figuring it out. We all know that this can happen every now and then: just a small thing and we just don't see the problem ;).
Perhaps one of you knows what's wrong...
this is what happens:
test.php?name=Swingerman
test.php looks like this:
<?php
echo( "Hello $name!" );
?>
But when opening test.php?name=Swingerman in my browser, I only get:
Hello !
So, the problem is that PHP doesn't recognize the $name variable.
has anybody here an idea what to do? is it anything in php.ini?
ICQ: 159190441
Thanx much!

Comment