Posts

Showing posts with the label PHP variables

Php Tutorial

PHP INTRODUCTION PHP is a programming language for building dynamic, interactive Web sites. As a general rule, 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. PHP stands for PHP: Hypertext Preprocessor, which means gives you a good idea of its core purpose: to process information and produce hypertext (HTML) as a result.(Developers love recursive acronyms, and PHP . Hypertext Processor is a good example of one.) Installing PHP To create and run PHP scripts, you need to have a few things in place: ·          A computer running web server software, such as Apache or Internet Information Server(IIS). ·          The PHP server module installed on the same computer. This module talks to the Web server software; this is the PHP engine that actually does the work of turning your PHP scripts.