codice:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=encoding">
<title>Insert title here</title>
</head>
<body>

<?php

echo "hello world!";
 
?>

    </body>
</html>
Qualcuno mi sa dire come mai in risposta ho una pagina bianca?

OS: Windows xp

IDE: Eclipse

WebServer: Apache (testato funzionante)

Installato php 5

Grazie mille!