What is PHP?
PHP originally stood for Personal Home Page.PHP is a widely used, general-purpose scripting language that was originally designed for web development, to produce dynamic web pages.Usage
Originally designed to create dynamic web pages, PHP now focuses mainly on server-side scripting, and it is similar to other server-side scripting languages that provide dynamic content from a web server to a client, such as Microsoft's Active Server Pages, Sun Microsystems' JavaServer Pages, and mod_perl. PHP has also attracted the development of many frameworks that provide building blocks and a design structure to promote rapid application development (RAD). Some of these include CakePHP, Symfony, CodeIgniter, and Zend Framework, offering features similar to other web application frameworks.How to write PHP code?(Syntax)
PHP only parses code within its delimiters. Anything outside its delimiters is sent directly to the output and is not processed by PHP. The most common delimiters are to close PHP sections.
delimiters are also available, as are the shortened forms as well as ASP-style short forms . While short delimiters are used, they make script files less portable as their purpose can be disabled in the PHP configuration, and so they are discouraged. The purpose of all these delimiters is to separate PHP code from non-PHP code, including HTML.
Finally how to start?
The best way to start is to download the XAMPP php control panel.
No comments:
Post a Comment