PHP Tutorial
- Previous Page PHP Tutorial
- Next Page PHP Introduction
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.
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>
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:
- Previous Page PHP Tutorial
- Next Page PHP Introduction