Reply to thread

The only difference is that the .php extention tells the web server that the page may include PHP code. PHP is used for producing dynamic web pages while HTML produces static web pages. Actually, HTML web pages load faster than PHP web pages.


While this site is written in PHP, the dynamic URLs are converted into static looking html web pages.


Back
Top