|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /home/pathumthani_integration/integration/application/industry/ |
Upload File : |
<?php
session_start();
header("Content-Type: text/html; charset=windows-874");
//header("content-type: application/x-javascript; charset=tis-620");
include_once("../../config/config_epm.inc.php");
if($_GET['num']=='1'){
?>
<select name="year_end" id="year_end">
<option value="">àÅ×Í¡»Õ ¾.È.</option>
<?php
for($y1=$_GET['varChk'];$y1<=$_GET['year'];$y1++){
?>
<option value="<?=$y1?>" > <?=$y1?>
<?
}
?>
</select>
<?
}
else if($_GET['num']=='2'){
?>
<select name="year_start" id="year_start">
<option value="">àÅ×Í¡»Õ ¾.È.</option>
<?php
for($y1=$_GET['varChk'];$y1<=$_GET['year'];$y1++){
?>
<option value="<?=$y1?>" > <?=$y1?>
<?
}
?>
</select>
<?
}
?>