TheMayhem
10-21-2006, 06:32 AM
Not sure why this is giving me so many problems, but I'll come ask you for the advise.
$match['date'],
$date,
$link,
$match['money'],
$result
I have a while statement... in it it is calling for $sorttext[$run]= array( )....
It runs from 0-99. How physically can I write the array statement so it takes in the above variables... then I want to run another while statement or for statement where it only displays from 0-49. It needs to sort by $match['date'] and then only output $date,$link,$match['money'],$result and each part goes into its own section of a table row.
Have any idea of the actual array statement writing, sorting, and output?
$match['date'],
$date,
$link,
$match['money'],
$result
I have a while statement... in it it is calling for $sorttext[$run]= array( )....
It runs from 0-99. How physically can I write the array statement so it takes in the above variables... then I want to run another while statement or for statement where it only displays from 0-49. It needs to sort by $match['date'] and then only output $date,$link,$match['money'],$result and each part goes into its own section of a table row.
Have any idea of the actual array statement writing, sorting, and output?