JACKSPEED
08-28-2002, 10:11 PM
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 http://....mine.nu/test.php?request=Hallo 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 http://.../phpinfo.php it works fine.
:confused: Thanks for your help!!!
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 http://....mine.nu/test.php?request=Hallo 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 http://.../phpinfo.php it works fine.
:confused: Thanks for your help!!!