Posted by on .

Basic Php Syntrax

basic php syntax

Before create first php syntax we have to understand about the php server configuration, The php server configuration can be shows by configuration page.

Configuratin page

Php provides a method that is  <?php phpinfo(); ?> , this method creates an html page that contains all the information about your php version that you have installed , how you have configure your php.ini file, what database you have and so many other information . More

Posted by on .

PHP Introduction

php-introductionPHP is created by Rasmus Lerdorf in 1995, and now Php is an world’s largest most popular server side scripting language. Php used to produce dynamic web pages Php is the first server side scripting language that can embedded into HTML document.

PHP Highlights:-

  • Php stands for : Hypertext Preprocessor or Personal Home Page.
  • Php is an server side scripting language.
  • Php can support almost all databases (Most of the developers prefer MySql).
  • Php is an open source software hence free to download.
  • Php not required any kind of liscence to use. More
Posted by on .