53063593e3
Final
6 lines
79 B
PHP
6 lines
79 B
PHP
<?php
|
|
$month = "March";
|
|
|
|
if ($month == "March") echo "It's springtime";
|
|
?>
|