January 03rd, 2024

What is The use of PHP?



Like (0) Comments (1)



1 Comments Add Your Comment


Akshat Gupta
3 years ago Selected
• Dynamic website or web application can be created.

• Can connect the website to the database.

• Data can be inserted, updated or deleted in the database through PHP.

• User login system can be created.

• Server side validation can also happen.

• Through PHP, you can decide which user can access which page.

• Forms can be created through which data can be input from the user and stored in the database.

• Email can be sent and received.

• The browser's cookies can be set and accessed.

• Data encryption and decryption can also be done.
Like (0) Reply

Post a Comment

To leave a comment, please Login or Register