MHS ON-Line Practice Tests
OGT Practice Tests
Click on the test number of the tests listed below. A test will appear that you can print out. After printing, click "Check Answers" to get the answer sheet.
"; $db_name="unclebu_math"; $dbuser = "jason"; $dbpass = "tnox"; $table_name="testheader"; $dbhost = "localhost"; $connection = @mysql_connect($dbhost, $dbuser,$dbpass) or die('Connection Failure'); $db=@mysql_select_db($db_name, $connection) or die('DB Select Failure'); $sql="SELECT * FROM $table_name where type = 'O'"; $result = @mysql_query($sql,$connection) or die('Query Failed'); $num = mysql_numrows($result); if ($num > 0) { while ($row = mysql_fetch_array($result)) { extract ($row); echo " "; } } echo "
Test #
Test Name Grade Level
$test
$title $grade


Home  |  Students  |  Parents  | Teachers  |  MHS Web Site  |  Board Web Site  |  Faculty Login
"; ?>