Похожие чаты

Remember, if you're using php for html, Instead of echoing

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...

1 ответов

7 просмотров

👍thanks

Похожие вопросы

Обсуждают сегодня

Карта сайта