Posts: 40
Name: Bob Davis
Location: Los Angeles, CA
|
If I'm writing a page that only contains PHP and no HTML (like a page called from a form that sends and email), do I need the HTML, HEAD, and BODY tags?
Or can I just start and end the page as so:
<?php
... content
?>
|