hi frends
i'm a novice in php...
i just installed php and apache 2.2.x webserver and just wanted to try some very basic stuff...
<html>
<body>
<?php
echo "Hello world";
?>
</body>
</html>
but rather than showing the output in the browser it shows the whole code....
could nybody help me plz?