What is PHP? PHP (read : PHP Hypertext Preprocessor) is a programming language that can only be run on the server side (server side scripting). This means that the process is created with php will not run without the use of a web server. PHP is used to build web-based applications that the web can be used dynamically , such as add, modify, read, and delete content.
PHP integrates with html code. Remember, just fused. PHP does not replace the primary role as the foundation html web frameworks, but to complete the blanks. If it is still complicated, the author gives the picture .
HTML is the programming language used to build web framework or foundation.
PHP is a programming language that is used to process the action contained in the web content .
Before using php, a very inconvenient application due to content-only (static) changes we need a web master. You could say that when the web master is in the boom - prime. Why not ? because we call a little bit of web builders, so that web builders flooded money. Plus, the price of making a website that can offer 10 x folding its employees' salaries while only modest.
But with the presence of PHP, all felt very easy. Moreover, PHP is a programming language that is very easy to learn. PHP is open source, so it can be used for free and cross- platform that is capable of running almost any operating system, such as Windows or Linux .
Did you know that PHP is .....
1. It is a recursive abbreviation of PHP: Hypertext Prepocessor
2. First created by Rasmus Lerdorf in 1994.
3. Must be written between tags:
5. CASE SENSITIVE for the name identifier created by the user (form
Variables, constants, functions etc.), but NOT CASE SENSITIVE for
Built-sensari PHP identifier. So:
How now already know what is PHP ? Hopefully the information about the PHP programming language explanations above your easy to understand.
PHP integrates with html code. Remember, just fused. PHP does not replace the primary role as the foundation html web frameworks, but to complete the blanks. If it is still complicated, the author gives the picture .
HTML is the programming language used to build web framework or foundation.
PHP is a programming language that is used to process the action contained in the web content .
Before using php, a very inconvenient application due to content-only (static) changes we need a web master. You could say that when the web master is in the boom - prime. Why not ? because we call a little bit of web builders, so that web builders flooded money. Plus, the price of making a website that can offer 10 x folding its employees' salaries while only modest.
But with the presence of PHP, all felt very easy. Moreover, PHP is a programming language that is very easy to learn. PHP is open source, so it can be used for free and cross- platform that is capable of running almost any operating system, such as Windows or Linux .
Did you know that PHP is .....
1. It is a recursive abbreviation of PHP: Hypertext Prepocessor
2. First created by Rasmus Lerdorf in 1994.
3. Must be written between tags:
- <? and ?>
- <?php and ?>
- <script language="php"> and </script>
- <% and %>
5. CASE SENSITIVE for the name identifier created by the user (form
Variables, constants, functions etc.), but NOT CASE SENSITIVE for
Built-sensari PHP identifier. So:
- $ name ≠ $ Name ≠ $ NAME
- calculateArea() ≠ CalculateArea()
- echo = ECHO
- while = WHILE
How now already know what is PHP ? Hopefully the information about the PHP programming language explanations above your easy to understand.
Comments
Post a Comment