This is a newbie question :-)
I am installing Apache 2.0 with PHP. On top of PHP I plan on installing
netjuke.
I am having problems and have a strange issue:
the following works:
<? phpinfo(); ?>
but the following does not worl. the source code appears on the page as
if it is not being processed.
<?php phpinfo(); ?>
I read in a newsgroup to try the second. I am wondering if this could
some how be part of my problem.
Comment