Created
March 29, 2017 09:45
-
-
Save DylanCodeCabin/9ea0d86f7b97386d022119f1994f846d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| if($current_weather == “cloudy”){ | |
| $welcome_message = “It’s cloudy out, grab a jacket.”; | |
| } | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment