Skip to main content

Introduction of PHP

.

  • PHP stands for Hypertext Pre-Processor that earlies stood for personal homepages. 
  • It is a server-side scripting language that is used to develop static or dynamic website or web application.
  • The client computers excessing the PHP script required web browser only.
  • A PHP file contains PHP tags and ends with the extension. ".php"
  • The Syntax for PHP is given bellow:
<? php
        echo "Hello World";
    ?>


Comments

Popular posts from this blog

BCA mathematics -I (Unit I Set)

 .

BCA Mathematics -I (Unit I Complex Number)

 .

BCA Mathematics -I (Unit I Natural Number)

.