Ben veritabanından tek bir rastgele seçim çalışmasına her zaman sunan bir program var. Ne yapmak istiyorum seçimleri aktivite düzeyine göre sıralanır ve sonra rasgele seçim nasıl aktif temsil eden bir renkte gösterilir seçim başlık olması.
Örneğin: Item 1 45 gün eski, Item 2 61 gün eski ve Item 3 10 gün eskidir.
Zaman aralığı: 1-45days (siyah), 46-60 günlük (mor) ve 61days üzerinde (mavi)
I would like the PHP to sort the Items and when the program is run I would want the random item selected to be color coded so that: If Item 3 was chosen the text for the items title would be in color:#000000 If Item 1 was chosen the text for the items title would be in color:#770077 If Item 2 was chosen the text for the items title would be in color:#0000ff
Mevcut PHP programı öğenin yaş veya öğeleri başlığı boyama ile herhangi bir değişken uğraşan yoktur. PHP (sadece konuyla ilgili Larry Ullman kitabı aldım) ile hemen hemen tam bir acemi değilim yani bu yapılabilir eğer ben bile bilmiyorum ama ben sormak ve görmek düşündüm ...