+ 1

Main difference between HTML & PHP?

11th Dec 2016, 9:16 PM
Jins K Sebastian
Jins K Sebastian - avatar
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.
11th Dec 2016, 10:34 PM
Gordon Garmaise
Gordon Garmaise - avatar
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.
11th Dec 2016, 9:30 PM
Bahhaⵣ
Bahhaⵣ - avatar
0
HTML basically just creates the content.. and php in simple words handles it on the server end
11th Dec 2016, 10:34 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar