0,2 => 0,3 => 0,4 => 0,5 => 0,6 => 0,7 => 0,8 => 0,9 => 0,10 => 0); if(is_numeric($char_id)) { $test = 'SELECT Attack_ID,Round FROM attackenset WHERE Char_ID = '.$char_id.' AND Type = '.$type; $qry = mysql_query($test); } $i = 0; while ($result = mysql_fetch_assoc($qry)) { $set[$result['round']] = $result['attack_id']; } return $set; } function updateCharAttackSet($set) { } function createCharAttackSet() { } ?>