Saturday

PHP for Beginners

PHP Introduction

PHP Three letters that together constitutes the name of one of the world’s most popular programming languages for Web development, the PHP Hypertext Preprocessor.




Advantage of PHP

  • Performance
  • Portability(Platform Independent)
  • Ease Of Use
  • Open Source
  • Third-Party Application Support
  • Community Support

PHP Environment Start – End

syntax is a way to representation of PHP script.
Basically it gives the primary idea to specify the code format.
It also specify the area of a written code.

The most commonly and effective PHP syntax:

<?php

echo "Welcome to the world of php";
?>

0 comments:

Post a Comment