|
PHP is a programming language for building dynamic, interactive Web sites. As a general rule, PHP stands for Hypertext Preprocessor, which gives you a good idea of its core purpose: to process information and produce hypertext (HTML) as a result. PHP programs run on a Web server, and serve Web pages to visitors on request. One of the key features of PHP is that you can embed PHP code within HTML Web pages, making it very easy for you to create dynamic content quickly.
For The perfect tutorial of PHP language visit the following site lynda, PHP,
w3school etc.
|