Hi to everybody!!!
I've got a problem. I installed Apache 2.0.40 and PHP4.3 -dev
on my Win2k System.
I installed my Website and different Sorts of Scripts .cgi .pl
and even a guestbook and a newsreader written in .php
they just work fine.
I made a .php script like that
<?php
echo "<html><body>Request: " . $test . "</body></html>";
?>
and saved it as test.php in my htdocs.
I tried to start it with typing [url]http://....mine.nu/test.php?request=Hallo[/url] to my Browser, a white page appears
and it says : request
just request, not request: hallo.
Has anyone an idea why this happens?
If i write [url]http://.../phpinfo.php[/url] it works fine.
😕 Thanks for your help!!!