Click to See Complete Forum and Search --> : PHP 4 Install on Windows 2000


mmaru
06-15-2003, 08:42 PM
I am new to this group and PHP. I tried for the last two days trying to get Apache 1.3 and PHP 4 to work together with no success.

I was just preparing this for the first time in my Windows 2000 machine to learn PHP. When I try to run a test file called test.php I get the following displayed in my browser window:

>?php phpinfo(); ?>

I am not sure what to do. Please help.

Mulugeta

Doug G
06-16-2003, 02:19 AM
your PHP delimiter is wrong, try this

<?php phpinfo(); ?>

mmaru
06-16-2003, 03:07 AM
Many thanks. A small error cost me too much. You ended my two days frustration. What can I say – thank you very much.
:D

Doug G
06-16-2003, 07:19 PM
Hey, glad it's working for you. :)