Overview of PHP language
Before you start writing your pages in PHP, you must first know a minimum of things about this great language.
PHP (officially, this acronym is a recursive acronym for "PHP: Hypertext Preprocessor") is a general-purpose, open source, scripting language specifically designed for the development of web applications. It can be easily integrated into your HTML pages.
The PHP code that you will insert in your WEB pages will be spotted by a WEB server (if it is equipped with the PHP extension) that it will send it to PHP to interpret it (I speak well of interpretation and not of compilation).
For information note that PHP is supported by many web servers, including the famous Apache project.
Thanks to these portions of PHP code that you will insert into your WEB pages, PHP will allow you to quickly write dynamic content web pages.
Especially if it is coupled with a relational database server such as MySQL.
There is a difference with other CGI scripts written in other languages such as Perl or C: instead of writing a program with many lines of commands to generate an HTML page, with PHP, you write an HTML page with PHP code included inside to perform a specific action.
The PHP code is included between a start tag and an end tag that allow the web server to go into "PHP mode".
The knowledge of HTML code is strongly recommended, or even essential to start its first pages in PHP (this because PHP only generates HTML code and it is inconceivable to generate something that we do not control ).
You should also know that when you insert the smallest piece of PHP code in an HTML page, you will have to change the extension of this file to .php (in plain text: if you have a page named index.htm and you insert it PHP code, you will have to rename it to index.php).
Needs to start well
To get started, you need two things:
- a text editor to write your portions of code in PHP
- a development environment to test these portions of code
As for text editors, you can find dozens on the web, depending on your operating system and your various functional requirements.
To decide, you can consult sites comparing the many publishers.
For the development environment, if you do not want to complicate too much life is installing Apache, PHP and MySQL by hand, I advise you to use "packages" offering solutions ready for use.
In a few clicks, your environment will be installed and functional.
Submitted On : 2015-12-30
Taille : 1,093.60 Kb
Downloads : 12641
Submitted On : 2015-11-16
Taille : 611.89 Kb
Downloads : 4209
Submitted On : 2015-11-16
Taille : 144.13 Kb
Downloads : 2323
Submitted On : 2015-12-30
Taille : 803.83 Kb
Downloads : 1375
Submitted On : 2015-12-30
Taille : 73.19 Kb
Downloads : 2535
Submitted On : 2016-06-20
Taille : 210.63 Kb
Downloads : 466
Submitted On : 2016-07-21
Taille : 33.00 Kb
Downloads : 805
Submitted On : 2016-10-16
Taille : 2,424.61 Kb
Downloads : 901
Submitted On : 2016-10-16
Taille : 400.11 Kb
Downloads : 986
Submitted On : 2019-04-21
Taille : 4060.902 Kb
Downloads : 946
Submitted On : 2019-04-30
Taille : 3.48 MB
Downloads : 2103
Submitted On : 2019-05-03
Taille : 1.09 MB
Downloads : 1485
Submitted On : 2020-04-26
Taille : 244.341 Kb
Downloads : 986
Submitted On : 2020-08-29
Taille :
Downloads : 183
Submitted On : 2020-08-30
Taille : PDF
Downloads : 279
Submitted On : 2020-08-30
Taille : HTML and PDF
Downloads : 138
Submitted On : 2022-02-03
Taille : 4.3 MB
Downloads : 322
Submitted On : 2022-02-03
Taille : 3.6 MB
Downloads : 308
Submitted On : 2022-02-03
Taille : 3.3 MB
Downloads : 144
Submitted On : 2022-02-03
Taille : 1.0 MB
Downloads : 187
Submitted On : 2022-02-03
Taille : 0.8 MB
Downloads : 187