Forum: PHP Jun 1st, 2009 |
| Replies: 3 Views: 269 I have updated my code to look like
Ok What i am i have is a list of teams with thereamount of there provblems.
i am creating my original list by
<?php
$array_OriginalOrder =... |
Forum: PHP Jun 1st, 2009 |
| Replies: 3 Views: 269 Thanks
This is what i have
<?php
function msort($array, $id="order") {
echo($array);
$temp_array = array();
while(count($array)>0) {
$lowest_id = 0;
... |