+ 1
Main difference between HTML & PHP?
3 Respostas
+ 1
What is the difference between apples and oranges? They are very different things.
HTML is a markup language used to write webpages. It is interpreted by a user agent (web browser) when it displays a webpage.
PHP is a scripting language. PHP is usually executed on a webserver to generate webpages. Consequently, PHP scripts usually generate some HTML and/or CSS because the output will be part of a webpage.
0
php is a scripting language it's used by the server . html is a mark up language. they can work together to make a dynamic website.
0
HTML basically just creates the content.. and php in simple words handles it on the server end