PHP Tutorial

PHP is a powerful server-side scripting language for creating dynamic interactive websites.

PHP is free and widely used. For competitors like Microsoft ASP, PHP is undoubtedly another high-efficiency option.

Start Learning PHP !

Learn PHP Online

Our 'Run Example' tool reduces the difficulty of learning PHP, which can display both the PHP source code and the HTML output of the code at the same time.

Example

<!DOCTYPE html>
<html>
<body>
<?php
echo "My first PHP script!";
?>
</body>
</html>

Run Example

Click 'Run Example' to see how it works.

PHP Reference Manual

At CodeW3C.com, we provide you with a complete reference manual including all PHP functions:

PHP 5 Quiz

Test Your PHP Skills at CodeW3C.com!

Start PHP Quiz!