Skip to content

Instantly share code, notes, and snippets.

@DylanCodeCabin
Created March 29, 2017 09:45
Show Gist options
  • Select an option

  • Save DylanCodeCabin/9ea0d86f7b97386d022119f1994f846d to your computer and use it in GitHub Desktop.

Select an option

Save DylanCodeCabin/9ea0d86f7b97386d022119f1994f846d to your computer and use it in GitHub Desktop.
<?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