Introduction to PHP
January 12th 2012 20:12
PHP distribution can be downloaded from HERE.
PHP: Hypertext Preprocessor is an object oriented scripting language designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML code and interpreted by a web server with a PHP processor module. You don't need to worry that your PHP code can be stolen. PHP language is open source, free to download and platform independent.
Basic Syntax of PHP:
1) PHP files with extension .php
2) A PHP code block starts with "<?php" or "<?" and ends with "?>". You can embed your PHP code block in html file.
3) The comment line starts with //, or start with /* and end with */
4) Other syntax in PHP is quite similar to C/C
5) Combined with MySQL, PHP is a powerful tool to build dynamic and secure website.
Video: What is PHP
PHP: Hypertext Preprocessor is an object oriented scripting language designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML code and interpreted by a web server with a PHP processor module. You don't need to worry that your PHP code can be stolen. PHP language is open source, free to download and platform independent.
Basic Syntax of PHP:
1) PHP files with extension .php
2) A PHP code block starts with "<?php" or "<?" and ends with "?>". You can embed your PHP code block in html file.
3) The comment line starts with //, or start with /* and end with */
4) Other syntax in PHP is quite similar to C/C
5) Combined with MySQL, PHP is a powerful tool to build dynamic and secure website.
Video: What is PHP
| 19 |
| Vote |
subscribe to this blog















