+ 2

What is the difference of HTML and PHP?

2nd Dec 2016, 12:21 PM
Venus Nusa
Venus Nusa - avatar
4 odpowiedzi
+ 3
PHP is scripting language that allows much more than serves web site (and print HTML) GUI applications, console scripts and more... HTML self is just markup language to get documents formatted.
2nd Dec 2016, 12:26 PM
Ondřej Doněk
Ondřej Doněk - avatar
+ 2
PHP is serverside language which works on the server, HTML is client-side langauge which works on the browser.
2nd Dec 2016, 12:38 PM
Nedim Kanat
Nedim Kanat - avatar
+ 1
PHP is not just a server side!
2nd Dec 2016, 12:46 PM
Ondřej Doněk
Ondřej Doněk - avatar
+ 1
Thank yah all. Helps a lot. :)
4th Dec 2016, 7:34 AM
Venus Nusa
Venus Nusa - avatar