From 3b6e2b24b10ac6230f4f722e015b2c03b49e5dbb Mon Sep 17 00:00:00 2001 From: Angelo Cuccato Date: Mon, 8 Nov 2010 23:42:21 +0100 Subject: change table style --- includes/funktion_db_list.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'includes/funktion_db_list.php') diff --git a/includes/funktion_db_list.php b/includes/funktion_db_list.php index 8b64297e..9393e97e 100755 --- a/includes/funktion_db_list.php +++ b/includes/funktion_db_list.php @@ -12,9 +12,10 @@ function funktion_db_list($Table_Name) $Anzahl_Felder = mysql_num_fields($Erg); - echo ""; + echo "
"; + echo ""; - echo ""; + echo ""; for ($m = 0 ; $m < $Anzahl_Felder ; $m++) { echo ""; @@ -23,7 +24,7 @@ function funktion_db_list($Table_Name) for ($n = 0 ; $n < $Zeilen ; $n++) { - echo ""; + echo ""; for ($m = 0 ; $m < $Anzahl_Felder ; $m++) { echo ""; @@ -44,7 +45,7 @@ function funktion_db_element_list_2row( $TopicName, $SQL) $Erg = mysql_query($SQL, $con); echo mysql_error($con); - echo ""; + echo ""; for ($m = 0 ; $m < mysql_num_fields($Erg) ; $m++) { echo ""; -- cgit v1.2.3-54-g00ecf
DB: $Table_Name
". mysql_field_name($Erg, $m). "
".mysql_result($Erg, $n, $m). "
". mysql_field_name($Erg, $m). "