With w3schools’ 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!
With w3schools’ 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!
Leave a Reply