dimanche 23 avril 2017

Php and Javascript block

I have a variable like this on php,

   if($GLOBALS['q']==""){
       echo "";
   }else if($GLOBALS['q']=="bb"){
       echo "cc";
   }

What I want to do is do not show anything if it's empty

Aucun commentaire:

Enregistrer un commentaire