PHP Online Compiler
PHP Compiler (Editor)
With our online PHP compiler, you can edit PHP code, and view the result in your browser.
<?php $txt = "PHP"; echo "I love $txt!"; ?>
I love PHP!
Click on the "Try it Yourself" button to see how it works.
Build and Publish PHP Projects
If you want to create your own website or build PHP applications, W3Schools Spaces gives you an easy place to write, run, manage, and publish code online.
If you don't know PHP, we suggest that you read our PHP Tutorial from scratch.