i hav a problem
m new to php nd i started with writin my first page but whenever i start my browser i see the complete code and nt the output i need
i wrote
<html>
<title>my php page</title>
<body>
<?php
echo "hello there!";
?>
</body>
</html>
the output is d same text above
help me