Strings Php

  $hobby = "Music";
  if ($hobby = "Music"){
     echo "You have an interesting hobby";
  }
?>