If you liked the post, Share on Facebook, Tweet and Google Plus (use buttons above). You can also Subscribe to our feed via Email for free.
Home » Programming » Getting started with PHP
Getting started with PHP
PHP (Hypertext Preprocessor) is a general-purpose server-side scripting language that is especially suited for web development and to produce dynamic web pages. PHP code can be embedded into the HTML source document and is interpreted by a web server with a PHP processor module, which generates the web page document.
Introduction
PHP is installed on more than 20 million websites and 1 million web servers and is a competitor to Microsoft's Active Server Pages (ASP) server-side script engine.
PHP was developed by Rasmus Lerdorf in 1995 and is free software released under the PHP License.
Getting Started
I like PHP. The biggest social networking site Facebook is made in PHP.
I am not going to explain PHP in details here, I will just give you some resources so that you can start your journey in the PHP world quickly.
First you will need to download PHP. Download the latest versions of PHP from here: http://php.net/downloads.php
Check out a repository which provides a great deal of useful information: http://www.w3schools.com/PHP/
The latest updated PHP manual: http://php.net/manual/en/index.php
Hundreds of ready-to-use PHP programs for your web site: http://php.resourceindex.com/Complete_Scripts/
0 comments:
Post a Comment