0
Which is more preferable php or html
3 Respuestas
+ 7
Both
+ 6
They are not the same thing. HTML is a mark-up language. PHP is a server-side language. HTML just define how your page looks like. PHP is the backbone
+ 1
Like @Ogunsona said, PHP doesn't have anything to do with the design besides it being able to manipulate it.