header
 
     
 
pixel
pixel pixel

Large sections of HTML in PHP script

Break out of PHP mode for large sections of HTML. Eg:
<?php
// php code here
?>
<b>HTML code here</b><br>
<?php
// more php code
?>
This is faster than echo'ing and you don't need to use escape quotes.

Unhelpful Helpful Rating 3.3 (score out of 5, no. of ratings: 4)
Post a Comment
Name
Email
(optional)
Comment
RatingUnhelpful Helpful
Security Image* (this is just to prevent spam submissions)
Security Image