Posted by Jerry Stuckle on 08/15/07 16:00
giloosh wrote:
> On Aug 14, 8:21 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> giloosh wrote:
options?
>> There you'll have to get all of the prices, sort them and figure out
>> what your ranges should be.
>>
>
> Yea, makes sense. I would grab all of the prices and put them into one
> array and do a bunch of sorting with the array. Could you please give
> me an example of what kind of sorting i could do with the array of
> prices? I am still a but stuck on that.
> Thank you very much for your help!
>
Check out http://us.php.net/manual/en/function.sort.php and
http://us.php.net/manual/en/function.asort.php for starters.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|