Likes Received By ravish_83

  1. blueparukia liked ravish_83's post in the thread If $variable is between 0-9......

    if($code >=100){ echo "above 100"; }elseif(($code>=10) and ($code<=99)){ echo " 10 - 99"; }elseif(($code>=1) and ($code<=9)){ echo...

    Oct 4, 2007