0% found this document useful (0 votes)
32 views1 page

What Is PHP?

PHP is an open source server-side scripting language commonly used for web development that allows developers to build dynamic web pages through PHP tags embedded within HTML. PHP supports integration with popular databases like MySQL and Oracle, uses interpreted code that is compiled during run-time for security, and its built-in functions and structured syntax make it effective for rapidly developing interactive websites and applications.

Uploaded by

Aamir Sayyed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

What Is PHP?

PHP is an open source server-side scripting language commonly used for web development that allows developers to build dynamic web pages through PHP tags embedded within HTML. PHP supports integration with popular databases like MySQL and Oracle, uses interpreted code that is compiled during run-time for security, and its built-in functions and structured syntax make it effective for rapidly developing interactive websites and applications.

Uploaded by

Aamir Sayyed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

WHAT IS PHP?

 PHP(hypertext preprocess).
 PHP is open source server side scripting langauge.
 we can build dynamic web pages using php.
 PHP supports different type of databases like mysql,oracle.
 we can use php tags with html to make website interactive and beautiful.
 PHP is interpreted langauge and compile before run-time.
 source code is not visible to client thus it is secure scripting langauge.
 As PHP has inbuilt functions it allows fast developement of web sites
 PHP is case sensetive.
 PHP is structured programing langauge like c and c++.
 All PHP statement ends with semicolon.

You might also like