Menu
Coddy logo textTech

The PHP Language

Part of the Fundamentals section of Coddy's PHP journey — lesson 1 of 71.

PHP is a popular server-side scripting language that powers millions of websites around the world, including major platforms like Facebook and WordPress.

PHP stands for "PHP: Hypertext Preprocessor" and is designed specifically for web development. Unlike languages that run in your browser, PHP code executes on the server before sending results to users.

challenge icon

Challenge

Easy

Press the run code button to run your first code in PHP

Try it yourself

<?php
echo "Hello World!";
?>

All lessons in Fundamentals