Quote:
Originally Posted by cssgopher
Okay, thanks, so I need to put everything in php opening and closing tags
Do I also include the DOCTYPE at the top in the php tags?
|
Absolutely not. The only thing that goes in between <?php and ?> are PHP statements such as echo, file_get_contents etc. your (X)HTML/CSS etc will not work inside the tags and will cause numerous errors