Normal HTML in PHP ...
Posted: Tue Dec 07, 2004 3:32 pm
Yo.
How would I go about putting HTML between a PHP block that is the same? e.g
Thanks in advance 
How would I go about putting HTML between a PHP block that is the same? e.g
Code: Select all
if(if statement){
-- some php code --
-- php tag breaks so I can enter HTML --
-- html --
-- re-open php tag --
-- continue php code --