How to insert html in php? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to insert html in php?

8th Oct 2016, 5:37 AM
CHAN KYONE AUBI
CHAN KYONE AUBI - avatar
3 Answers
+ 1
<?php //some code ?> <!-- HTML code.--> OR <?php //some code echo '<!--HTML code-->'; ?>
8th Oct 2016, 10:27 AM
Наглый Лис
Наглый Лис - avatar
+ 1
<?php $a = $_get[inputbox1]; ?>
11th Oct 2016, 4:40 PM
élyas
0
<HTML> </HTML>
12th Oct 2016, 6:18 AM
Douglas Okolaa
Douglas Okolaa - avatar