Hello. Rank php newbie, here. I just setup my Slack 12 httpd to run php
based on advice I found in Linuxquestions. I finally got it working, but
the prob was not the config, which I had no prob with, but the syntax of a
simple php file. The test.php file given was:
<? phpinfo(); ?>
.....which didn't work. But, fooling around with some other expamples, I
noticed <?php ? syntax instead of just <? ?>. I added the "php":
<?php phpinfo(); ?>
.....and the test file worked just fine. So, what's the deal? Is there a
configuration I can make or does php5 (apache2) always require the "php" in
the tag?
thank you,
nb