A report on PHP

This is an example of PHP code for the WordPress content management system.
The elePHPant, PHP mascot
A "Hello World" application in PHP 7.4 running on its built-in development server
Example output of the phpinfo function in PHP 7.1
A broad overview of the LAMP software bundle, displayed here together with Squid
Dynamic web page: example of server-side scripting (PHP and MySQL)

General-purpose scripting language geared toward web development.

- PHP

98 related topics with Alpha

Overall

Perl

15 links

Family of two high-level, general-purpose, interpreted, dynamic programming languages.

Family of two high-level, general-purpose, interpreted, dynamic programming languages.

The Camel symbol used by O'Reilly Media
The onion logo used by The Perl Foundation
Alternative Perl 5 Logo
Camelia, the logo for the Perl 6 project

It is also an optional component of the popular LAMP technology stack for Web development, in lieu of PHP or Python.

C (programming language)

10 links

General-purpose computer programming language.

General-purpose computer programming language.

Dennis Ritchie (right), the inventor of the C programming language, with Ken Thompson
The cover of the book The C Programming Language, first edition, by Brian Kernighan and Dennis Ritchie
"Hello, World!" program by Brian Kernighan (1978)
The C Programming Language
The TIOBE index graph, showing a comparison of the popularity of various programming languages

Many later languages have borrowed directly or indirectly from C, including C++, C#, Unix's C shell, D, Go, Java, JavaScript (including transpilers), Julia, Limbo, LPC, Objective-C, Perl, PHP, Python, Ruby, Rust, Swift, Verilog and SystemVerilog (hardware description languages).

Web framework

8 links

Software framework that is designed to support the development of web applications including web services, web resources, and web APIs.

Software framework that is designed to support the development of web applications including web services, web resources, and web APIs.

In 1995, fully integrated server/language development environments first emerged and new web-specific languages were introduced, such as ColdFusion, PHP, and Active Server Pages.

Zend Engine

4 links

The Zend Engine is a compiler and runtime environment for the PHP scripting language and consists of the Zend Virtual Machine, which is composed of the Zend Compiler and the Zend Executor, that compiles and executes the PHP code.

Zend (company)

4 links

Minneapolis, Minnesota-based software company.

Minneapolis, Minnesota-based software company.

The company's products, which include Zend Studio, assist software developers with developing, deploying, and managing PHP-based web applications.

PC clients communicating via network with a web server serving static content only.

Web server

6 links

Computer software and underlying hardware that accepts requests via HTTP or its secure variant HTTPS.

Computer software and underlying hardware that accepts requests via HTTP or its secure variant HTTPS.

PC clients communicating via network with a web server serving static content only.
The inside and front of a Dell PowerEdge server, a computer designed to be mounted in a rack mount environment. It is often used as a web server.
Multiple web servers may be used for a high traffic website.
Web server farm with thousands of web servers used for super-high traffic websites.
ADSL modem running an embedded web server serving dynamic web pages used for modem configuration.
First web proposal (1989) evaluated as "vague but exciting..."
The world's first web server, a NeXT Computer workstation with Ethernet, 1990. The case label reads: "This machine is a server. DO NOT POWER IT DOWN!!"
Sun's Cobalt Qube 3 – a computer server appliance (2002, discontinued)
PC clients connected to a web server via Internet
PC clients communicating via network with a web server serving static and dynamic content.
Directory listing dynamically generated by a web server.
Chart:
Market share of all sites for most popular web servers 2005–2021
Chart:
Market share of all sites for most popular web servers 1995–2005

The result is the local file path of the program (in this example, a PHP program):

Suraski at a Toronto conference in 2010

Zeev Suraski

3 links

Suraski at a Toronto conference in 2010

Zeev Suraski (זאב סורסקי ) is an Israeli programmer, PHP developer and co-founder of Zend Technologies.

Andi Gutmans, 2015

Andi Gutmans

4 links

Swiss-born Israeli programmer and entrepreneur.

Swiss-born Israeli programmer and entrepreneur.

Andi Gutmans, 2015

Andi Gutmans helped to co-create PHP, and co-founded Zend Technologies and is a VP Engineering, Databases at Google.

Dynamic web page: example of server-side scripting (PHP and MySQL).

Dynamic web page

4 links

Web page whose construction is controlled by an application server processing server-side scripts.

Web page whose construction is controlled by an application server processing server-side scripts.

Dynamic web page: example of server-side scripting (PHP and MySQL).
When a request to a dynamic web page or resource is made, the application server processes the request using its server-side language.

Web pages that use server-side scripting are often created with the help of server-side languages such as PHP, Perl, ASP, ASP.NET, JSP, ColdFusion and other languages.

Screenshot of the default MySQL command-line banner and prompt

MySQL

5 links

Open-source relational database management system .

Open-source relational database management system .

Screenshot of the default MySQL command-line banner and prompt
Screenshot of the default MySQL command-line banner and prompt
David Axmark (left) and Michael "Monty" Widenius, founders of MySQL AB, in 2003
Geir Høydalsvik, current Senior Software Development Director for MySQL at Oracle in 2018
LAMP software bundle, displayed here together with Squid.
MySQL Workbench running on macOS

MySQL is a component of the LAMP web application software stack (and others), which is an acronym for Linux, Apache, MySQL, Perl/PHP/Python.