PHP - Home
Learn PHP
PHP is a powerful server-side scripting language for making dynamic and interactive Web pages.
PHP is widely-used, open-source and free.
???? Tip: Sign in to track your progress.
Easy Learning with "PHP Tryit"
With our online "PHP Tryit" editor, you can edit the PHP code, and click on a button to view the result.
Example
<!DOCTYPE html> <html> <body> <?php echo 'My first PHP script!'; ?> </body> </html>
Click on the "Try it Yourself" button to see how it works.