How do I run my make my .php file integrate and run on html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I run my make my .php file integrate and run on html?

7th Oct 2020, 2:02 PM
Ayobamidele Olugbenga
Ayobamidele Olugbenga - avatar
2 Answers
+ 3
Actually if you want to run php then u should include html in php. Meaning there should be ONLY one file,named as anyname.php. Inside that you can Add html code and php. Html code can be added and for php you should use its tag.
7th Oct 2020, 2:14 PM
Steve Sajeev
Steve Sajeev - avatar
0
The example really shows how it it can be done: https://code.sololearn.com/wdMg5lB9T43K/?ref=app
7th Oct 2020, 3:52 PM
JaScript
JaScript - avatar