Home › Forums › Back End › Embedding Static Content in PHP if Statements › Re: Embedding Static Content in PHP if Statements
June 11, 2010 at 8:01 pm
#77679
Member
I’m kinda new too…but, I do it by either closing off ?> php or echoing the html.
Code:
or
Code:
“;
}
?>
For big things like forms, I would close off ?> php, add the html, then restart php.