+ 2
What is a diffrent between PHP and HTML?
4 Réponses
+ 6
Bonjour,
HTML pour des page statiques, exemple si tu veut avoir la date d'aujourd'hui tu dois la taper sur ton fichier HTML et elle ne changera pas tant que tu ne la changes pas, mais en PHP il suffit de taper echo date() et tu auras la date du jour.
merci.
+ 3
HTML is a markup language. You use tags to define a web page
PHP is a server side programming language. You can access databases and resolve the main problem of your system. PHP integrates naturally with HTML
+ 1
HTML is the main platform that includes JS, CSS, jQuery and PHP while PHP is a programming language.
+ 1
html creat a static web site.
html+php creat dynamic web site.
html is a markup language and php is a programming language.
html is client side language and php is a server side language.
good luck 😁