Hacked By AnonymousFox

Current Path : C:/AppServ/www/timetable_student/system/mod_dataoverall/
Upload File :
Current File : C:/AppServ/www/timetable_student/system/mod_dataoverall/m.php

<? 
                                 $sql="select * from cm_standard order by cm_standard_No asc";
                                 $Query=mysql_query($sql);
                                 while ($Row = mysql_fetch_array($Query)) { ?><br />
                                <b><?=$Row[cm_standard_No]?>.<?=$Row[cm_standard_Name]?></b> <br />
                                <? 
					  			$sql2="select * from cm_standardlevel2 where cm_standardlevel2_councilNo='$Row[cm_standard_No]' order by cm_standardlevel2_ID asc";
					  			$Query2=mysql_query($sql2);
					  			while ($Row2 = mysql_fetch_array($Query2)) { ?>
            					&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            					<input type="checkbox" name="Fill1[]" id="Fill1" value="<?=$Row2[cm_standardlevel2_No]?>" /><?=$Row2[cm_standardlevel2_No]?> <?=$Row2[cm_standardlevel2_Name]?>
                                <br />
                               <? } } ?>                                                               

Hacked By AnonymousFox1.0, Coded By AnonymousFox