Background: More or less mastered HTML and CSS; has created a static “draft” off-line site. Now there was a question about the introduction of dynamics into the site. I set up the Open Server to check the dynamic properties of the site and began to learn PHP.
Question: it seems that Open Serer only opens index.php
from the corresponding domain folder, but not index.hlml
(it is clear: if the site is static and the main page is in HTML, then there is no point in testing the content on the local server). I searched the Internet, but I didn’t find the difference between the HTML home page and the PHP home page. It is clear that the latter, in addition to HTML code, also contains PHP scripts, but which ones? In other words, what should be the minimum content of the index.php
page?