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


Smartphone icons created by Freepik - Flaticon

Syntax for single-line comments:

<?php
// This is a single-line comment

# This is also a single-line comment
?>

Note: There is nothing to show as lines commented out does not display nor execute.