What is the difference between php and html file extensions?

后端 未结 10 1664
无人共我
无人共我 2020-12-31 18:20

I am having a .php file with the following code. While I am changing the extension of the file as .html then also it is behaving in the same way. C

10条回答
  •  -上瘾入骨i
    2020-12-31 18:25

    PhP is server side.

    HTML is client side.

    Plus, on the web, filetypes mean nothing. They are overridden by the !DOCTYPE declaration.

提交回复
热议问题