๐Ÿ”’ Closed Php if...elseif...else condition

Status
Not open for further replies.

RNA30

Fanatic
PHP:
<?php
   $a =10;$b=5;
   if($a>=$b){
      echo "The value of a is greater than b";
   }elseif(($a-$b)==$b){
      echo "The value of a-b is equal b";
   }else{
      echo "The conditions are false";
   }

?>

This is the basic If...elseif...else Condition in PHP for beginners.
 
may basic tutorial ka po ba para sa assembly language ? :o
#NewbieHere <~~~
 
Medyo limot ko na assembly language. haba kc ng codings don eh.
yung tutorial lang po on how to send command lines to openvpn.exe. [ simple gui kumbaga po ] :D
 
Status
Not open for further replies.

About this Thread

  • 5
    Replies
  • 819
    Views
  • 2
    Participants
Last reply from:
kurokawa

Trending Topics

Online now

Members online
1,237
Guests online
1,370
Total visitors
2,607

Forum statistics

Threads
2,272,998
Posts
28,946,975
Members
1,236,501
Latest member
djsphc
Back
Top