| Topic P |
| PHP |
| Php which is the scripting language is used to create . It runs mostly on the entire web server (Apache, IIS) and connects data base with the server. It also runs on different platform like Window, Linux, Unix. |
| Installation of PHP |
| PHP is used for web development as it can install on most of the servers and all the computing system. |
| PHP is the open source software which supports the database like Oracle, Sybase, solid, My SQL etc. |
| If your server already consists of PHP then there is no need to go through any extra tool or the code. You just create PHP files which will be automatically operated by the web server. |
| Syntax of PHP |
| PHP consist of tags and scripting code. The syntax of PHP is written in the following form. |
| <? Php?> |
| Example of PHP syntax |
<html>
<body>
<? Php “seoleaders” :?>
</body>
</html> |
| In Php // is used to make single line comment where as */ and /* is used to make large comments. |
| |
| |