How <?PHP> is useful ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

How <?PHP> is useful ?

I want to know why PHP language is useful . if we create Web pages with html or css or javascript why PHP is useful

20th Jun 2017, 9:25 AM
Vansh
Vansh - avatar
4 Answers
+ 7
HTML, CSS and JavaScript are front end lanugages, while PHP is a back end language. With PHP, you can connect database with your website. Storing of data is possible with PHP.
20th Jun 2017, 9:34 AM
Sachin Artani
Sachin Artani - avatar
20th Jun 2017, 9:31 AM
Iwan
Iwan - avatar
+ 1
1) With PHP you can connect to database and do many functions with it : SELECT values or change tables. 2) Only with HTML, CSS and JS you can create only static sites. With PHP you can create dynamic sites. 3) With PHP you can take data from HTML forms. 4) You can work with COOKIES and SESSiONs. And many many other abilities
20th Jun 2017, 6:55 PM
Sasha_Kuprii
0
very use full.... i have implemented in my website for login form and blog setup and in making much more stuff.. it can be useful in api development ... and in mvc my site www.envie.tech
20th Jun 2017, 6:07 PM
Sudhanshu Prajapati
Sudhanshu Prajapati - avatar