How to embedded php page in HTML ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to embedded php page in HTML ?

27th Jul 2016, 5:27 AM
Navneet Kumar Maddheshiya
Navneet Kumar Maddheshiya - avatar
2 Answers
+ 2
just insert <?php ?> in any HTML code. example: <html><head><title></title></head> <body> This is how you insert <?php echo "php code"; ?> inside HTML. </body> </html>
27th Jul 2016, 6:17 AM
somono chek
somono chek - avatar
+ 1
in html page or in html script? you cant put any php code in html extension, you can use iframe.
29th Jul 2016, 9:48 AM
Dodol Didil
Dodol Didil - avatar