DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

PHP

Lessons available

core Extensions: .php Official docs ↗
Open lessons References Exercises Examples Back to Languages
Summary

PHP is widely used for server‑side web development.

Slug
php
Tier
core
Extensions
.php
Hello World
<?php
echo 'Hello, World!';
?>

Tip: you can expand this page later with official docs + trusted references.