Sir,
I am having problem that when I use
<HTML>
</HTML>
and include <?php
<php?>
in between the HTML tags,
if I am saving the file with .php then I can view only the PHP tags and not the HTML tags elements.
Please tell me whether to save the file with HTML or PHP when using tags like this:
<html>
<body>
<?php
php?>
</body>
</html>