If...else to check who is grater than
<?php
$x=10;
$y=0.90;
if($x>$y)
{
echo "$x is grater";
}
else
{
echo "$y is graeter";
}
?>
<?php
$x=10;
$y=0.90;
if($x>$y)
{
echo "$x is grater";
}
else
{
echo "$y is graeter";
}
?>
Increase your programming skills with android and backend for software designing, development, learning and updates