Language Basics Php

   $MyVar="Hello there!";
  If(IsSet($MyVar))
    echo "The variable is set. Its value is $MyVar";
?>