\n"; $xml_output .= "\n"; while ($row = mysql_fetch_assoc($resultID)) { $xml_output .= "\t\n"; $xml_output .= "\t\t" . $row['player'] . "\n"; $xml_output .= "\t\t" . $row['score'] . "\n"; $xml_output .= "\t\n"; } $xml_output .= ""; echo $xml_output; ?>