the HTML all the time (which is ugly without something like XHP) you can just escape the Php and it'll all be interpreted as raw HTML
<php
SomecodeShit();
Echo someMoreCodeShit();
?>
<br><p>test</p>
<?php
Echo "<b>test2</b>";
moreCodeShit();
?>
Etc...
👍thanks
Обсуждают сегодня