What is php?

Asked 7 years ago
Viewed 1165 times

11

What is php?

asked by Anonymous User in programming

1 Answer


1

PHP is a server-side scripting language which is open source and widely used.
PHP scripts are executed on the server and the result is sent to the browser as plain HTML.
We can integrate MYSQL, MSSQL Server, Oracle, Sybase, PostgreSQL and Informix database with PHP.
You can also refer following links:
answered 7 years ago by Uttam Misra

Your Answer