i've tried differend configurations of php and iis/apache and all of them failed to handle the "xml processor instuctions" inside my html pages.
example:
<html>
<head>
<title>PHP-Test</title>
<body>
Down there must be some PHP-Informations<br><br>
<?php
phpinfo();
?>
</body>
</html>
so the phpinfo() did'nt print out any result.
only pages with fooba.php are handled correctly.
thanx beforehand for your support
uwe
