An introduction to PHP
PHP stands for “Hypertext Preprocessor”, it is a server-side, HTML embedded scripting language used to create dynamic Web pages.
Most of it’s syntax is borrowed from C, Java and Perl with some unique features thrown in. What is the goal of this programing language? The answer is to allow Web developers to write dynamically generated pages quick.
How to write php ? Millons of softwares are available to help you write PHP. You may use Dreamweaver, notepad, notepad++ and netbeans php early access.
Tags: php, introduction to php