Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Embedding Static Content in PHP if Statements Re: Embedding Static Content in PHP if Statements

#77679
vincent
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.