View Single Post
10-03-2012, 02:38 AM
#2
Village Genius is offline Village Genius
Village Genius's Avatar
Status: Geek
Join date: Apr 2006
Location: Denver, CO
Expertise: Software
Software: Chrome, Notepad++
 
Posts: 6,894
iTrader: 18 / 100%
 

Village Genius will become famous soon enough

  Old

Try using

PHP Code:
$aData[$row['date']][] = array($row['date'], $row['id'], $row['name']); 

Reply With Quote