String compare: equal
<?php $hobby = "Music"; if ($hobby = "Music"){ echo "You have an interesting hobby"; } ?>