I know that from SuSe website that LDAP and PHP will not work together in Apache for SuseLinux 7.2. I was able to remove LDAP and get Apache working. I try to use this test script 'test.php'
<body
<?php echo "Hello there" ; ?>
HELP
</body>
From my browser I can see only
HELP
From view source, I was able to see the whole code above. This means that apache is not parsing my PHP file.. Can anyone help me?