I use Apache 2 and PHP 5.0.5.
I created a small page that I called test.php which contains:
<?
echo $testvar;
phpinfo();
?>
If I type the address test.php?testvar=anything, i see nothing on the page. Same while defining $testvar='something'; on the file....
The phpinfo is working well, but it doesn't wants to manipulate variable... any idea?
I created a small page that I called test.php which contains:
<?
echo $testvar;
phpinfo();
?>
If I type the address test.php?testvar=anything, i see nothing on the page. Same while defining $testvar='something'; on the file....
The phpinfo is working well, but it doesn't wants to manipulate variable... any idea?