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

How to add php script in html

15th Apr 2019, 2:49 PM
Mardona Messi Messi
Mardona Messi Messi - avatar
2 Answers
+ 1
For add php script in html: <!DOCTYPE html> <html> <head></head> <body> Hello, today is <?php //My php script ?>. </body> </html>
15th Apr 2019, 3:30 PM
Morgane Drissi
Morgane Drissi - avatar
+ 1
Morgane Drissi but unfortunetly it can’t be done in sololearn. Do you know of a way to add php in html on sololearn?
19th Sep 2019, 10:29 PM
Pedram Negahbanaghdami
Pedram Negahbanaghdami - avatar