Home  • Programming • PHP

Selection IF example

;
<?php

   $sex="M";

   if($sex=="M"){

      echo "Male";
 
   }
?>

Comments 1


Male

Share

Copyright © 2024. Powered by Intellect Software Ltd