Test Suite

Limit:
Ascending Descending

Order Tests by:

Order Subtests by:


Test Suite Index Page

\n";
								echo mysql_errno().": ".mysql_error()."
"; echo "
\n"; } else { $nr = mysql_numrows($result); $fn = mysql_numfields($result); $i = 0; $j = 0; echo "

\nResults: ",$nr,"

\n"; echo ""; echo "\n"; while ($i < $fn) { $f[] = mysql_fieldname($result,$i); echo ""; $i++; } echo "\n"; while ($j < $nr) { $k = 0; if ( ($j % 2) == 0 ) { echo ""; } else { echo ""; } while ($k < $fn) { echo ""; $k++; } /* while $k */ $j++; echo "\n"; } /* while $j */ echo "
",$f[$i],"
"; if ($f[$k] == "test_id") { $test_id = mysql_result($result,$j,$f[$k]); echo "$test_id"; } else { echo mysql_result($result,$j,$f[$k]);} echo "
\n"; } } ?> mySQL Web Site

WildTangent_mySQL_test_db.txt: The Database Layout
WildTangent_mySQL_db.txt: mySQL Permissions Table

You can also ssh or telnet in to the server and type "mysql -v -v wt_test".