+ 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?
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.
+ 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.