php

PHP(Hyper Text Pre processor)  is scripting language  that allow  us to interact  dynamic web pages PHP Execute server side therefor it is known as server scripting language
    
            PHP was created by RASMOS LEARDORF last 1990 's PHP 1.0 is a first software and now a days 5.0 is also available

FEATURS OF PHP :
1. It is server side scripting language  so that's why we can not with his code in client computer  you see only output of  PHP pages.

2. PHP combined compared to other scripting language such as ASP and java script.

3. The classes and object  are introduced in PHP 4.0 version  therefor it is known as object  oriented
     language

4. The for  loop each was  introduced in PHP 4.0 version

5. It sport 2D Graphics, cookies and session handling.

6. PHP 4.0 version supported by default method (function) to connectivity with database  therefore it connect with  MY SQL DATABASE.

7.It support networking features.

8.The associated array was introduced in PHP 4.0 version
       the array of array is known as associated array.


First PHP Programe :-

Firstly we have to make our computer server because PHP work on sever.If your  computer did not support server  you can install some other software such as Easy PHP ,ZEND studio.

OPEN NOTEPAD :-

<?php
print"My first php  Programe";
?>

open easy php and right click  and open administrator
       then enter your e mail address

Comments