I finally managed to get the <?PHP PHPinfo(); ?> in my test.php to display but the embeded php in hello.html
still doesnt work
<html>
<head>
<title>Hello in PHP</title>
</head>
<body>
<h1>Hello in PHP</h1>
<?PHP print "Hello, world!"; phpInfo(); ?>
</body>
</html>
only <h1>Hello in PHP</h1> displays in the browser
the <?PHP print "Hello, world!"; phpInfo(); ?> doesnt show up at all.
can soemone plz shed some light on this.
APACHE 2.2.9 / PHP 5.2.6 / MySQL 5