This site is mobile accessible. Press the "Tap Here" button to use a different font-size.


Smartphone icons created by Freepik - Flaticon

Output Variables

I love W3Schools.com!

<?php

// declare variable $txt
$txt = "W3Schools.com";

// display text with the value of $txt
echo "I love $txt!";
?>