+ 1

What is the difference between HTML and PHP?

29th Jul 2016, 2:46 AM
Manoj Kumar G
Manoj Kumar G - avatar
10 odpowiedzi
+ 4
it so simple.. html is a marke up language so it gives you just the look, php is a programing language so you can make you site dynamic and connected to a data base.
2nd Aug 2016, 2:05 PM
Marouane Mehdi
Marouane Mehdi - avatar
+ 2
they are just like coffee and sugar. they are totally different but you can mix it together.
29th Jul 2016, 9:55 AM
Dodol Didil
Dodol Didil - avatar
+ 2
HTML is short for HyperText Markup Language It's a means by which you can add text, images and other basic context to a Web page. PHP however is a server side scripting language that gives the capability to relate such Web pages with a web server
9th Nov 2016, 5:16 PM
King LaOlu 👑
+ 1
Html creates the page itself like how it looks but i dont mean design coz thats what css does and php manages the way that page functions.Yes,they work well together.
29th Jul 2016, 5:18 PM
Vlad Cranga
Vlad Cranga - avatar
+ 1
with php u can hack
24th Dec 2016, 1:24 PM
Huseyin Sahin
Huseyin Sahin - avatar
0
PHP-it's a programming language.HTML-it's a hyper text markup language for a create structure of website,but PHP-it's one of the most helpers for HTML.
29th Jul 2016, 6:14 AM
Trofimov Anton
Trofimov Anton - avatar
0
This app is really good for learning much more knowledge
6th Aug 2016, 12:15 AM
Anup Saha
Anup Saha - avatar
0
html is a markup language whereas php is a scripting language which is used to make dynamic webpages.
29th Aug 2016, 6:39 PM
Gitartha
Gitartha - avatar
- 1
html just creates a static webpage while the same static page can be dynamic using php
29th Jul 2016, 8:42 AM
Shrijan Shrestha
Shrijan Shrestha - avatar
- 1
PHP is mostly a server side technology... personally, I hate it ... The .Net framework in my opinion provides far better languages (not to mention IDE) for developing Web applications. PHP will serve the same purpose ... as I'm sure you'll find by searching on other forums, it's really a matter of preference. To answer the other half of your question, HTML should be used when structuring your website/Web application. Yes PHP can be used to structure sites as well, but again it is a server side technology meant for building Web applications
30th Jul 2016, 9:00 PM
Mike
Mike - avatar