The most viewed posts

Registry Reviver

Contact Me

Web Development Services

Computer Repair and Maintenance Service

How to clean up Windows Computer

Driver Booster

Myanmar font and keyboard for Windows

About Desktop Icons in Windows Computer

CCleaner

How to make a computer secure and run faster

The most viewed items

Dell Inspiron 5559

SONY Playstation Portable

Desktop Hard Disk

Laptop RAM

HP ProBook 430

Laptop

External Hard Disk

Please login to start chat

ZilaStar ICT Jun 05 2019, 11:13:13
Category : php tutorials

If statement in php

<?php
$num1 = 30;
$num2 = 40;
if($num1 > $num2){
  echo 'Num1 is greater than Num2!';
} else if($num1 == $num2){
  echo 'Num1 and Num2 are equal!';
}else{
  echo 'Num2 is greater than Num1!';
}
?>

  • Comments:

    No comment.

    To Contact
    Available Services
    Terms and Conditions