PHP
Posted on: July 10, 2010 at 12:00 AM
PHP stands for Hypertext Preprocessor; PHP is server-side scripting language for development of web applications.

PHP

PHP stands for Hypertext Preprocessor; PHP is server-side scripting language for development of web applications. PHP powerful and robust programming language. It is open source and its major implementations are Zend Engine, Roadsend PHP, Phalanger, Quercus, Project Zero and HipHop framework.

PHP is designed for the development of dynamic web applications, but it can also run as console applications. You can write PHP applications and run it as cron job on Linux, Unix, Solaris and Mac servers.ADS_TO_REPLACE_1

PHP code is embedded into HTML pages, it is then processed by the PHP engine and dynamic output id generator to the users.

History of PHP

Rasmus Lerdof created a language in the Year 1995 and called it "Personal Home Page/Forms Interpreter". or PHP/FI for short. Then PHP/FI 2.0 was introduced. In the year 1997 PHP 3 was released with many new features and improved functionalities. Another big achievement of PHP 3 was its tight integration with the Apache web server with the help of PHP Apache Module.
ADS_TO_REPLACE_2

The Version 4.0 (Release Candidate 1) was release on 27-Mar-2000 with major improvements and many new features.

The version 5 of the very successfully PHP framework was released on July 13, 2004. It is powered with the new Zend Engine II. The PHP 5 fearues are:

  • improved support for object-oriented programming
  • PHP Data Objects (PDO) extension
  • Many performance enhancements
  • Late static binding added in version 5.3

PHP ImplementationsADS_TO_REPLACE_3

The implementations of the PHP framework are:

Uses of PHP

PHP is being used to write dynamic applications for the websites and web portals.ADS_TO_REPLACE_4

  1. Developing the dynamic website
  2. Accessing database using PHP libraries
  3. Handling and manipulating files
  4. Image processing
  5. Once of the robust framework for developing web applications
  6. Writing batch processing applications, it can be scheduled to run by the cron job scheduler
  7. Generate PDF files with the PHP PDF libraries

Writing a simple PHP program

You can embedded PHP code into your html file and save it as .php or .php3 extensions. Then you can upload the page on the apache server and execute it by typing the url of the page into web browser. Here is the simple example of PHP that prints "Hello PHP" message on browser.

<html>
 <head>
 <title>Hello PHP</title>
 </head>
 <body>
 <?php
 echo "Hello PHP";
 ?>
 </body>
</html>
More Tutorials on roseindia.net for the topic PHP.
php
php   what is php   PHP Tutorials
 
php
php  what is php
 
php
php using javasript  how to set timer in php using javasript
 
php
php  i want to know about php and php plateform required software to make php program and database that used in php program?   Please visit the following link: PHP database
 
php
php  i want to know about php and php plateform required software to make php program and database that used in php program?   Please visit the following link: PHP database
 
php
php  show the constructor overloading in php
 
PHP
PHP  How to work in drupal with PHP
 
PHP
PHP   hii, Define PHP?   Hello,ADS_TO_REPLACE_1 The PHP Hypertext Preprocessor is a programming language that allows web developers to create dynamic content that interacts with databases. PHP is basically used
 
php
php  what is php   PHP is one of the most used open source server-side scripting language, which runs on almost all the platform. PHP... and Solaris. To know more about PHP, Visit Here
 
php
php  how to write a program in php to create pdf file
 
php
php  plz tell me code for PHP SQL Insert,delete,update,view is used to insert the record from HTML page to Mysql database using in single PHP form
 
php
php  retrieve data from mysql in php   Please visit the following links: http://www.roseindia.net/sql/mysql-table/mysql-php-select.shtml http://www.roseindia.net/sql/mysql-example/select-where.shtml
 
php
php  How to catch a image and link click counters using Ajax php can any one help me
 
php
php  how to set email remainder in php?can you help me pls
 
PHP
PHP  I want to create Calendar Event in PHP. Could u help me
 
PHP
PHP  How to check whether a username exists on a website using php and cURL and not MySQL
 
php
Write a simple PHP program that display the days of week as per the system date using switch case statement.  Write a simple PHP program that display the days of week as per the system date using switch case statement
 
PHP
PHP  I would love to do PHP project with the title of "Hospital Management System". I want to know how to make validation using jquery
 
php
can learn php mysql connectivity examples from the given link: PHP Mysql Connectivity
 
php
shortcut method in php like in javscript seletedIndex
 
php
php  im beginner to php. i faced problem with creating form and data stored into mysql <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <
 
php
php  im beginner to php. i faced problem with creating form and data stored into mysql <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <
 
php

 
PHP

 
PHP

 
php

 
PHP

 
PHP

 
PHP

 
PHP Property Management - PHP
PHP Property Management  PHP Property Management.. any idea
 
rotate image in php - PHP
rotate image in php   Function to rotate image in PHP
 
php means
php means  php means
 
PHP MVC Framework - PHP
PHP MVC Framework   Which is the best & latest PHP MVC Framework... and where can i download it. Thanks
 
php generate link - PHP
php generate link  How can i generate links in PHP for my photo gallery app
 
$_get php example - PHP
$_get php example  Explain the $_get method in php with a simple example. m a beginner
 
PHP duplicate file - PHP
PHP duplicate file   i wanted to duplicate a PHP file resides in different directory on submission
 
php text encoding - PHP
php text encoding  How to encode the text editor text in PHP...how can it be done
 
php a href
php a href  How to use php a href to pass the value in PHP
 
What's PHP ?
What's PHP ?  What's PHP
 
Array length in PHP - PHP
Array length in PHP  a function to get the array length in PHP.  Hi Friend, Please visit the following link: http://www.roseindia.net/tutorial/php/phparray/php-array-length-for.html Thanks
 
Replace String in PHP - PHP
Replace String in PHP  What is the fastest way of replacing string in PHP Code?  Hi Friend, Please visit the following link: http://www.roseindia.net/tutorial/php/phpbasics/PHP-Array-Replace.html Thanks
 
Pagination in PHP code - PHP
Pagination in PHP code  3.Pagination in PHP codeIs it possible to get the paging in PHP without database call? How will I show the image instead of numbering? any code that can help
 
absolute path in php - PHP
absolute path in php  how to get absolute path in php
 
password encryption in php - PHP
password encryption in php  example of password encryption in php
 
What-is-PHP - PHP
What-is-PHP  Hi, I would like to know more about PHP. What PHP and how it is good for programming websites? Thanks Deepak   Hi, Read more about PHP at http://www.roseindia.net/php/ Thanks
 
fetch url in php - PHP
fetch url in php  How to Fetch URL in PHP
 
calendar in php code - PHP
calendar in php code   Any Idea to create a calendar for school in PHP? I need a simple nd handy code
 
php events manager - PHP
php events manager  I am looking for a design and structure for the php events manager. Is there any free app on internet that i can use
 
Imagemagick in PHP - PHP
Imagemagick in PHP   i faced the problem while implement imagemagick code in php. Can you please post a sample code
 
Static Method in PHP - PHP
Static Method in PHP  So far I can easily use the normal functions as variable in PHP? but how can use static method?  Hi Friend, Please visit the following link: http://www.roseindia.net/tutorial/php/phpoop/php
 
Ads

Related Tags for PHP:


Ads

 
Advertisement null

Ads