Php page doest not display anything
I am executing following php page which is neither showing html output nor php output it is just showing blank white page, thats it. Other sample php pages are working fine. I am using apache server. Can anyone help me.
<html>
<head>
<title>Hello<title>
</head>
<body>
<?php
echo "This is php message";
?>
<br>
This is html message
</body>
</html>
urt
__________________
urt
Help yourself by helping someone.
|