Hi,
I have a table loaded in an array like so :
$table[0][ID] $table[0][text] $table[0][text2]
$table[1][ID] $table[1][text] $table[1][text2]
$table[2][ID] $table[2][text] $table[2][text2]
......
now I want to sort this table using the ID column.
I can't seem to find the exact syntax for this.
Any suggestions ??
thx
Ward