PHP ARTICLE

History of PHP

Rasmus Lerdorf image
Rasmus Lerdorf

PHP was conceived sometime in the fall of 1994 by Rasmus Lerdorf.Early non-released versions were used on his home page to keep track of who was looking at his online resume. The first version used by others was available sometime in early 1995 and was known as the Personal Home Page Tools.

PHP Introduction

What is PHP?

Characteristics of PHP

        
          Five important characteristics make PHP's practical nature possible −
              Familiarity
              Simplicity
              Security
              Efficiency
              Flexibility
        
      

PHP Syntax

Basic PHP Syntax

        
          <?php
          // PHP code goes here
          ?>
        
      

Example

        
          
        
      

PHP Case Sensitivity

Example

        
          
        
      

PHP Variables

Rules for PHP variables:

Output Variables