|
|
|||
PHP History & InformationWith an increasing community; PHP is considered today as one of the most famous scripting languages. It is widely used today as a general purpose scripting language, particularly useful for web developments and like other scripting languages; it can also be embedded directly into the HTML code. Within a short span of time, PHP has gained remarkable popularity and its community is increasing rapidly. There are various reasons for that, for instance:
My security bunny found a more fortified position
PHP, as mentioned earlier, stands for PHP Hypertext Processor. It is an open source software so you can easily download it from its site; www.php.net. PHP is a mixture of various languages like Java, C and Perl. It was designed with the intention of producing dynamic and interactive web pages. It is capable of producing standalone graphical web applications. Another important fact about PHP is that it can be used as a procedural language in order to create complex objects.
My New Cube PHP was originally a personal project called as Personal Home Page Tools developed by Rasmus Lerdorf in the year 1994. That was the original version of PHP which consisted of some basic web tools, a parser and some macros. After a while, in the year 1997, the parser was again rewritten and this parser became the basis of PHP3 that gained remarkable popularity. After that, PHP continued to grow and version 4 included a new parser with added features. Today, all the PHP implementations are produced by the PHP group.
<html> Echo is used to write output to the browser screen. The most important point here to remember is that, like C, every line of code in PHP ends up with a semi colon. Echo can be replaced with print to get the same functionality. If anyone of you has ever worked on C programming language, you would have noticed the similarity between C and PHP. Save the above file with .php extension and open it, you should be able to see Hello World on the browser screen. |
|||
|
|

