List and explain various features of PHP?
Answers
Answer:
Features of PHP
Features of php. It is most popular and frequently used world wide scripting language, the main reason of popularity is; It is open source and very simple
- Simple
- Interpreted
- Faster
- Open Source
- Platform Independent
- Case Sensitive
- Error Reporting
✾❁✾Hope it's helpful▥✿❀
Answer:
The main features of php is; it is open source scripting language so you can free download this and use. PHP is a server site scripting language. It is open source scripting language. It is widely used all over the world. It is faster than other scripting language. Some important features of php are given below;

Features of php
It is most popular and frequently used world wide scripting language, the main reason of popularity is; It is open source and very simple.
Simple
Faster
Interpreted
Open Source
Case Sensitive
Simplicity
Efficiency
Platform Independent
Security
Flexibility
Familiarity
Error Reporting
Loosely Typed Language
Real-Time Access Monitoring
Simple
It is very simple and easy to use, compare to other scripting language it is very simple and easy, this is widely used all over the world.
Interpreted
It is an interpreted language, i.e. there is no need for compilation.
Faster
It is faster than other scripting language e.g. asp and jsp.
Open Source
Open source means you no need to pay for use php, you can free download and use.
Platform Independent
PHP code will be run on every platform, Linux, Unix, Mac OS X, Windows.
Case Sensitive
PHP is case sensitive scripting language at time of variable declaration. In PHP, all keywords (e.g. if, else, while, echo, etc.), classes, functions, and user-defined functions are NOT case-sensitive.
Error Reporting
PHP have some predefined error reporting constants to generate a warning or error notice.
Real-Time Access Monitoring
PHP provides access logging by creating the summary of recent accesses for the user.
Loosely Typed Language
PHP supports variable usage without declaring its data type. It will be taken at the time of the execution based on the type of data it has on its value.
Explanation:
please mark me as brainlist