+ 2
Processing PHP in html-files using xampp
Hi there, anyone got any tips for me on how to get xampp (win10) to execute PHP-code inside a html-file? The file is located in the “htdocs”-folder. Files saved with the extension .php are executed. Grateful for any suggestions.
4 Réponses
+ 5
Your html-files need also a .php extension. You just write your php code inside of <?php ... ?>. You can also include php files in here.
Just rename index.html to index.php
+ 2
"Clowns.." is a quote from Simpsons😂😂
+ 1
Thank you very much, although I do not at all agree that clowns are funny.
Was hoping to keep the extension so VSC would keep highlighting the html-syntax.