
PHP
PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.
PHP: Downloads
PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.
PHP Manual
PHP Manual ¶ 2026-02-05 Copyright Preface — About this manual Getting Started Introduction — What is PHP and what can it do? A simple tutorial Installation and Configuration General Installation …
PHP: Getting Started - Manual
Getting Started ¶ Introduction — What is PHP and what can it do? A simple tutorial Your first PHP-enabled page Something Useful Dealing with Forms What's next?
Documentation - PHP
PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.
PHP: Introduction - Manual
The PHP code is enclosed in special start and end processing instructions <?php and ?> that allow jumping in and out of PHP mode. What distinguishes PHP from something like client-side JavaScript …
PHP: A simple tutorial - Manual
Here we would like to show the very basics of PHP in a short, simple tutorial. This text only deals with dynamic web page creation with PHP, though PHP is not only capable of creating web pages. See …
PHP: Operators - Manual
A full list of PHP operators follows in the section Operator Precedence. The section also explains operator precedence and associativity, which govern exactly how expressions containing several …
PHP For Windows: Binaries and sources Releases
PHP 8.2 (8.2.30) Download source code [26.53MB] Download tests package (phpt) [15.89MB]
PHP: Arrow Functions - Manual
Arrow functions were introduced in PHP 7.4 as a more concise syntax for anonymous functions. Both anonymous functions and arrow functions are implemented using the Closure class.