June 2024
Beginner
938 pages
15h 59m
English
PHP is a widely used open source server-side scripting language that is especially suited for web development and can be combined with HTML. “Server side” means that scripts written in PHP can be executed by a web server, such as Apache or IIS, with a PHP module installed.
While the acronym PHP originally stood for Personal Home Page, it now stands for “PHP: Hypertext Preprocessor.”
Technically speaking, a script is interpreted whereas a program is compiled, but this is actually not their major difference. There is another more important difference between them!
The main purpose of a script written in a scripting language ...
Read now
Unlock full access