+ 2
What is the difference between Html, Html5, Javascript,CSS,CMC and PHP languages?
7 ответов
+ 8
PHP = server-side scripting
JavaScript = client-side scripting
HTML/HTML5 = content (of web page)
CSS = content style
+ 5
They are all different in names and content ~_~
+ 5
^_^
+ 2
thts nt a valid answer
+ 2
Whats the very badic of them?
+ 2
k thanks
+ 1
PHP is server side programming
Where as JAVAScript, VBScript, HTML.... all are client side programming.
Example : PHP generates a dynamic page - List of Items in a shopping website.
Validating Password strength is Client side programming.