Files
lpmj6/4/12.php
T
RobinNixon 0335342e00 First Draft
First Draft of the Example Files
2020-12-10 13:21:38 +00:00

6 lines
79 B
PHP

<?php
$month = "March";
if ($month == "March") echo "It's springtime";
?>