Tuesday, 13 December 2022

PHP General Points

 

PHP

Front End of the application is developed using PHP.

With the help of PHP static part of the project could be easily bind with Back End.

Login sessions can be easily managed with $_SESSION variables.

As this is free software the same can be downloaded and deployed easily.

It is integrated with a number of Common databases, including PostgreSQL , MySQL, , Sybase, Informix, and Microsoft SQL Server.

PHP supports a large number of important protocols such as IMAP ,POP3,  and LDAP.

PHP can handle forms, i.e. gather data from files,  save in hard drive etc.

We  add, delete, modify elements within our database using PHP.

 We can easily handle cookies variables and set cookies.

Using PHP, you can restrict users to access some pages of your website using session.

 It can encrypt data using various algorithms. Hashing can also be done.


No comments:

Post a Comment