What is PHP? Why it is used?

PHP is a programming language and scripting to create interactive dynamic websites.
Phpis used mainly for the following reasons.
Wordpress is written inphp and so are most other content managemtns systems.
Php is easy to learn compared to other programming languages.
Php is quite powerful and allows for dynamic website design
Php is well documented and supported.
 
PHP is a server side scripting language. that is used to develop Static websites or Dynamic websites or Web applications. PHP stands for Hypertext Pre-processor, that earlier stood for Personal Home Pages. PHP scripts can only be interpreted on a server that has PHP installed.
 
PHP stands for Personal Home Page, and it is an open-source language. It is a programming language for web development.


PHP code may be executed with a command-line interface (CLI), embedded into HTML code. PHP is a server-side scripting language which is used to connect Web Page with a DataBase.
 
PHP is a programming language and scripting to create interactive dynamic websites.

Wordpress is written in php and so are most other content management systems.
Php is easy to learn compared to other programming languages and this makes it great to maintain as a website developer but there is a pitfall it also allows non web developers to put out websites that are not so secure and this is where php gets its bad rep from .

Any code programming language on the web is can be hacked if the code is bad, because php has such a low entry level for programmers bad code ismore common.
Php is quite powerful and allows for dynamic website design
Php is well documented and supported.
 
Back
Top