OK, there's this webpage which is entirely in PHP coding. I used XHTML meta tags, they were successfully inserted, but there are a couple of PHP bugs on the page resulting from this. I ask, is this the correct way to use XHTML tags with PHP?
<doctype here>
<head>
<title, description, keyword tags>
</head>
<body>
<php coding>
</body>
</html>
Tags: