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/common/ |
Upload File : |
<? // sessionListSelect.phpinc #echo "<b>\$sessionCount=</b>",$sessionCount,": </b>",basename(__FILE__),"</b>:",__LINE__," (",__FILE__,")<br>\n"; ?> <script type="text/javascript"> function changeSession() { document.form_SessionList.submit(); } </script> <form action="<?=str_replace('index.php','',$_SERVER['PHP_SELF']);?>" name="form_SessionList" class="inline" method="post"> <select name="sessionId" id="sessionId" class="small" onchange="changeSession();"> <? $sessionName = ''; mysqli_data_seek($sessionResult, 0); while ($sessionRow = mysqli_fetch_assoc($sessionResult)) { $thisSession = $sessionRow['sessionName']." (".$sessionRow['YRTR'].")"; ?> <option value="<?=$sessionRow['sessionId']?>"<? if ($_SESSION['YRTR']['User'] == $sessionRow['YRTR']) { $sessionName = $thisSession; ?> selected="selected"<? } ?>><?=$thisSession?></option> <? #print_r($sessionRow); echo "<br>\n"; //echo "\$sessionRow['YRTR']=",$sessionRow['YRTR'],"<br>\n"; } if ($sessionName == '') $sessionName = $thisSession; ?> </select> </form>