What is PHP - Full Form of PHP - Hypertext Preprocessor



What is PHP - Full Form of PHP - Hypertext Preprocessor
  • The Hypertext Preprocessor (PHP) is a Server side Scripting Language for design and developing Dynamic and Interactive Web Pages.The PHP support the Database connectivity with many latest Databases like MySql, Sql Server, Oracle etc.
  • PHP is widely used General purpose scripting language that is especially suited for web development and can be easily embedded into HTML code. The PHP  support HTML, CSS and JavaScript also.
  • PHP is open source and freely available.
  • PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP, JSP etc.


The PHP script only written into <?php  ?> or <?   ?> tags the first one is given more facilities for writting PHP scripts.

The sample program for just printing a Hello PHP message.

<?php

echo "Hello PHP";

?>

save it with .php extension 

{ 1 comments... read them below or add one }

Admin said...

thanks dear friends

Post a Comment