$scrolltext"; ?>
 
"; //Grunddurchgang $search = "_grunddurchgang"; $saison = $saison . $search; $res = mysql_db_query("$database", "SELECT tabelle_mannschaft, tabelle_sp, tabelle_s, tabelle_u, tabelle_ps, tabelle_n, tabelle_tplus, tabelle_tminus, tabelle_td, tabelle_p FROM `ecdevils` WHERE `id` LIKE 'tabelle' AND `data` LIKE '06-07_grunddurchgang' ORDER BY `tabelle_p` DESC"); $num = mysql_num_rows($res); echo "
"; echo ""; echo " "; echo ""; echo ""; echo ""; echo ""; echo ""; #echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; for ($i=0; $i<$num; $i++) { $tabelle_mannschaft = mysql_result($res, $i, "tabelle_mannschaft"); $tabelle_sp = mysql_result($res, $i, "tabelle_sp"); $tabelle_s = mysql_result($res, $i, "tabelle_s"); $tabelle_u = mysql_result($res, $i, "tabelle_u"); $tabelle_n = mysql_result($res, $i, "tabelle_n"); #$tabelle_ps = mysql_result($res, $i, "tabelle_ps"); $tabelle_tplus = mysql_result($res, $i, "tabelle_tplus"); $tabelle_tminus = mysql_result($res, $i, "tabelle_tminus"); $tabelle_td = mysql_result($res, $i, "tabelle_td"); $tabelle_p = mysql_result($res, $i, "tabelle_p"); echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; #echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; } echo "
Mannschaft
SP
S
U
N
PS
T+
T-
T+/-
P
$tabelle_mannschaft
$tabelle_sp
$tabelle_s
$tabelle_u
$tabelle_n
$tabelle_ps
$tabelle_tplus
$tabelle_tminus
$tabelle_td
$tabelle_p
"; echo "
"; echo "

SP...Spiele; S...Siege; U..Unentschieden; N...Niederlagen;
"; echo "T+...Geschossene Tore; T-..Erhaltene Tore; T+/-...Tordifferenz; P...Punkteanzahl
"; mysql_close($db);*/ ?>