Server side using PHP, then client site use any language in particular? HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Server side using PHP, then client site use any language in particular? HTML?

3rd Nov 2016, 6:41 PM
Lance
Lance - avatar
4 Answers
+ 3
client side programming is by languages like JavaScript. html is not a programming language. PHP is the server side programming language
3rd Nov 2016, 6:44 PM
Sandeep Chatterjee
+ 2
I see...Cos the bracket look very much like HTML :D
3rd Nov 2016, 6:47 PM
Lance
Lance - avatar
+ 1
with html you simply decide what type of elements go where on your page ... it's the layout for example you can have two paragraphs and then the footer element css is the styling for the elements you created through html so for example you could color your first paragraph blue and the next one purple and your article pink javascript is to add functionality to your website and run any other type of code you might need to ... it's run locally php is used for servers to handle submited forms, for example registration forms for websites then you have libraries that extend functionality of javascript, such as jquery and then you also have frameworks that give you even more control and possibilities to manipulate your work, such as angularJS And there's an awful lot more where this came from.
3rd Nov 2016, 6:58 PM
Sergiu Lucec
Sergiu Lucec - avatar
0
you can use Java script as client end
21st Nov 2016, 12:49 PM
Nagaraj Kannan
Nagaraj Kannan - avatar