3/10/15

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.
While you might chuckle at the greenness of the recursive acronym, statistics indicate that PHP is not be taken lightly: the language is today in use on over twenty million Web sites and more than a third of the world’s Web servers-no small feat, especially when you consider that the language has been developed entirely by a worldwide community of volunteers and is freely available on the Internet at no cost whatsoever!
Over the last few years, PHP has become the de facto choice for the development of data-driven Web applications, notably on account of its scalability, ease of use, and widespread support for different databases and data formats.
This first chapter will gently introduce you to the world of PHP, by taking you on a whirlwind tour of PHP’s history and features, and then guiding you through writing and executing your first PHP program So flip the page, and let’s get Started.
PHP History
PHP was orginally created by a developer named Rasmus Lerdorf.

Related Posts:

  • HTML Form Action Action is used to give reference/link of another page. If we want to separate the business logic (PHP script) from Presentation layer (HTML sc… Read More
  • PHP Forms PHP form is used to take input from users. in PHP if you want to take input from keyboard and display the output according to input, in … Read More
  • PHP Display Result In Textbox Write a program to add two numbers and print the result in third text box. 1) Use text-box inside PHP script. Eg i <… Read More
  • FORM POST Method in PHP POST method is secured method because it hides all information. Using POST method unlimited data sends . POST method is slower method comparat… Read More
  • FORM GET Method GET method is unsecured method because it display all information on address bar/ url. By default method is get method. Using GET method limit… Read More

0 comments:

Post a Comment

FIND US ON FACEBOOK

FIND US ON Twitter