From 8ea6ea6db019f68436a69f36aae55a9f205efa35 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 30 Jan 2013 15:43:52 +0100 Subject: doc: Nils Weber doesnt have an 'e' in his firstname --- .../Dateistruktur/results/user_result.php | 187 +++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100755 doc/nils-diplom/Dateistruktur/results/user_result.php (limited to 'doc/nils-diplom/Dateistruktur/results/user_result.php') diff --git a/doc/nils-diplom/Dateistruktur/results/user_result.php b/doc/nils-diplom/Dateistruktur/results/user_result.php new file mode 100755 index 0000000..dc09f63 --- /dev/null +++ b/doc/nils-diplom/Dateistruktur/results/user_result.php @@ -0,0 +1,187 @@ + + + + +persönliche Auswertung von + + + +
+ + + +Ihre bisher erfolgreichen Anfragen waren: + + + + + + + + + 0 ) { + print "
\n"; + print "\n"; + while ( list( $key, $val ) = each( $results ) ) { + print "\n"; + } + print "\n"; + + for ( $i = 0; $i < $nrows; $i++ ) { + reset($results); + print "\n"; + while ( $column = each($results) ) { + $data = $column['value']; + print "\n"; + } + print "\n"; + } + + print ""; + print "
$key
$data[$i]
$nrows Datensätzen ausgewählt

"; + } + +else + { + print "\n"; + print ""; + print "
Bisher wurden noch keine Aufgaben erfolgreich gelöst...
\n

"; + + } +?> +

+ + + + +Anfrageversuche waren: + + + + + + 0 ) { + print "
\n"; + print "\n"; + while ( list( $key, $val ) = each( $results ) ) { + print "\n"; + } + print "\n"; + + for ( $i = 0; $i < $nrows; $i++ ) { + reset($results); + print "\n"; + while ( $column = each($results) ) { + $data = $column['value']; + print "\n"; + } + print "\n"; + } + + print ""; + print "
$key
$data[$i]
$nrows Datensätzen ausgewählt

"; + } + +else + { + print "\n"; + print ""; + print "
Es wurden keine Daten gefunden...
\n

"; + + } + +?> +

+ + + + +Praktikumsdauer: + + + + + + 0 ) { + print "
\n"; + print "\n"; + while ( list( $key, $val ) = each( $results ) ) { + print "\n"; + } + print "\n"; + + for ( $i = 0; $i < $nrows; $i++ ) { + reset($results); + print "\n"; + while ( $column = each($results) ) { + $data = $column['value']; + print "\n"; + } + print "\n"; + } + print "
$key
$data[$i]
\n"; +} else { + echo "No data found
\n"; +} +print "$nrows Records Selected
\n"; + +?> + + + + + + + + + + + -- cgit