Grouping Numerical Values on PHP Switch - Stack Overflow

Posted by Unknown on Monday, February 10, 2014

A quick look at the following PHP switches illustrates my problem, which is ... if($Rank>34 && $Rank<66){ $MyOrd = substr($Order, 0, 3); }else{ //do ...

more

{ 0 comments... » Grouping Numerical Values on PHP Switch - Stack Overflow read them below or add one }

Post a Comment

Popular Posts