IsSet variable : Variable Set Unset : Language Basics PHP Source Code


PHP Source Code » Language Basics » Variable Set Unset »

 

IsSet variable




<?
   $MyVar="Hello there!";


  If(IsSet($MyVar))
    echo "The variable is set. Its value is $MyVar";

?>
           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Language Basics
» Variable Set Unset