l want use PHP inside HTML. How Do i do that | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

l want use PHP inside HTML. How Do i do that

27th Jan 2017, 9:37 AM
Elvin Azizli
Elvin Azizli - avatar
2 Answers
+ 1
instead of .html file use .php file. If you want to write some code just use <?php //your code ?>
27th Jan 2017, 10:03 AM
Jakub Stasiak
Jakub Stasiak - avatar
0
By default config if file extension is html not posible use php code inside. Code is not executed. Easy way: rename the file to .php and open tag like a <?php .... ?> Hard and insecure way, you can change the config to execute all .html files like a php file. I think, you want the first option.
27th Jan 2017, 11:10 AM
nextco
nextco - avatar