What is php used for ? and how reliable is it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

What is php used for ? and how reliable is it?

common questions about PHP

14th Dec 2016, 6:17 PM
GZMaster
GZMaster - avatar
2 Answers
+ 6
I personally think it's PHP, and in terms of reliability I give it a 10. That may be a high vote, but when you regularly research on security tips, and practice what you've learned regardless of what you develop, it's all that you need on the server side. I'm sure Facebook thinks it's definitely reliable, as it's used daily there - just saying because they're the biggest social network platform.
5th Mar 2017, 4:40 PM
Mark Foxx
Mark Foxx - avatar
+ 3
It's used on the server side. For example: You register in a website, write your name and password, php gets what you have typed and processes it on the server and saves the new user on the database. Now, when you try to log in on that website, php looks on the database if that user exists, if yes, it redirects you to the welcome page or somewhere else, if not, it redirects you to another page, ex. sign up page. Stuff like that, you can also choose what a user can see on a page ex. if you are an admin you have some more privileges, all that and a lot more can be done with php.
14th Dec 2016, 7:43 PM
Uran Kajtazaj
Uran Kajtazaj - avatar