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


Smartphone icons created by Freepik - Flaticon

The PHP print Statement

PHP is Fun!

Hello world!
I'm about to learn PHP!

<?php
print "<h2>PHP is Fun!</h2>";
print "<p>Hello world!<br>";
print "I'm about to learn PHP!</p>";
?>