This site is mobile accessible. Press the "Tap Here" button to use a different font-size.
Smartphone icons created by Freepik - Flaticon
<?php $color = "red"; echo "My car is " . $color . "<br>"; echo "My house is " . $COLOR . "<br>"; echo "My boat is " . $coLOR . "<br>"; ?>
In PHP, keywords (e.g.
, , , , etc.), classes, functions, and user-defined functions are not case-sensitive. Note: However; all variable names are case-sensitive!