2.4k questions

2.4k answers

99.5k users

Categories

0 votes
55 views

What is PHP and why it is used?

in General by (46.5k points)

1 Answer

0 votes

PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites. It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.

by (46.5k points)
...