PHP Introduction
Hello Everyone,
In this blog post, we learn about PHP Introduction.
PHP Introduction:
PHP was created by Rasmus Lerdorf in 1994 but appeared in the market in 1995.
PHP is a widely used server side programming language and used to create dynamic web pages.
Before you learn PHP you should have basic knowledge of HTML, CSS, Javascript.
What Is PHP?
PHP stands for “Hypertext Preprocessor”.
PHP is a Object Oriented Programming language.
PHP is widely used open source scripting language.
PHP script is executed on the server and the result is the return on the browser as a plain text.
PHP file can have extension “.php”.
PHP is simple and easy to learn.
PHP is faster then other scripting language.
What can PHP Do?
PHP can generate dynamic web page content.
PHP can collect form data.
PHP can send and receive cookie.
PHP can add, edit, delete data into database.
PHP can support several protocols like HTTP, POP3, SNMP and many more.
PHP is a platform independent i.e. PHP can run on various platforms like Windows, Linux, Unix, Mac etc.
PHP is a loosely typed language i.e. PHP allows to use a variable without declaring its datatypes.
Conclusion:
So this blog is about PHP Introduction. Feel free to do Comment.
Stay tuned with us to get new updates on PHP.














