What are the applications of PHP? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What are the applications of PHP?

I've got a pretty good foundation of PHP, however, I'm wondering when it would be best to use it. I know that HTML handles the attributes of a website, where CSS handles the style and JavaScript makes the behavior, but where does PHP fit in?

22nd Mar 2017, 9:58 PM
Keto Z
Keto Z - avatar
2 Answers
+ 3
PHP works mainly behind the scenes with a database, connects user input, form submission, client's id , email and password, with the server, makes stuff available when a condition is met, like if the user is logged in he has more options and a profile. it has many implementations.
22nd Mar 2017, 11:15 PM
YafiWebDev
YafiWebDev - avatar
+ 2
al All the rest HTML,CSS,JS do not accomplish. PHP is probably the most well known language for the backend and that is where it fits.
22nd Mar 2017, 10:44 PM
Alessio Meloni
Alessio Meloni - avatar