Ive got this issue bugging me for along time now. Basically i want a grid view to display data that is ordered by date and time. Exactly like many TV guides out there. Here is my code at the moment.
[php]
$return .= “
| ”.$cname." | ";”; while($show= mysql_fetch_array($shows)){ $cid = $event[‘fkVenueID’]; $title = $event[‘fldTitle’];
$return .= “ |
[/php]