<?php // example value $squar['product'] =50; if ($squar['product'] ==0){ echo "soldout"; } elseif ($squar['product']>0 & $squar['product']<=100){ echo $squar['product']; } elseif($squar['product']>100){ echo 'plus 100'; } ?>
You have javascript disabled. You will not be able to edit any code.