Showing posts with label php full form. Show all posts
Showing posts with label php full form. Show all posts

Tuesday, 10 September 2013

Introduction to PHP | Chapter 1

Welcome to the very first tutorial of PHP. In this chapter i will be giving an brief introduction to php language.


  • What is PHP?
- It was originally developed by  Rasmus Lerdorf in the year 1994.

- PHP is a server side scripting language just like ASP & unlike c, java etc. The script is executed on the server side & is shown as HTML on the client side thereby hiding the original source code.

php-sec










- PHP is a loosely typed language as we don't need to specify a data type while creating a  variable like c#, c etc. We just create a variable & assign it integer value.
- PHP is an Compiled language after PHP4.
- It is an Open source software which supports various Platforms like Windows, Unix, mac etc.3
- PHP/Apache is pre-installed in OS X.
- It Supports various databases like  MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.

php-sec