Using if statement in PHP -
i have values like:
0.0016662256300037 0.0039870529599284 621.26166045405 -5.99733512656 -223.045 i don't show if value 0 or equal zero. mean don't want show these 2 values 0.0016662256300037 , 0.0039870529599284 using:
if($pay_balance != '0' ){ echo $pay_balance; }
Comments
Post a Comment