This is my code. When I open in any browser it wont show anything. I tried it saved as a html file and a php file.
<html>
<head></head>
<body>
<?php echo "Hello World"; ?>
</body>
</html>