コード例 #1
0
				<tr>
					<td height="2" colspan="2" bgcolor="#d8d8d8"></td>
				</tr>
				<tr height="30" bgcolor="#ffffff">
					<td width="120" style="padding-left:10px;" class="bgcolor04">날 짜</td>
					<td style="padding-left:10px;">
                        <select name="syear" id="ssyear2" onchange="check_slast_day2();">
							<option value="">선택</option>
<?php 
echo sel_year($stryear, 2015, $syear);
?>
                        </select>년
                        <select name="smonth" id="ssmonth2" onchange="check_slast_day2();">
							<option value="">선택</option>
<?php 
echo sel_month($smonth);
?>
                        </select>월
                        <select name="sday" id="ssday2">
							<option value="">선택</option>
<?php 
echo sel_day($sday);
?>
                        </select>일
                        or
                        <select name="sweekday">
							<option value="">선택</option>
<?php 
for ($i = 0; $i <= 6; $i++) {
    switch ($i) {
        case 0:
コード例 #2
0
ファイル: modify.php プロジェクト: kisstest/snu_stress_manage
 />여자
					</td>
				</tr>
				<tr>
					<th>* 생년월일</th>
					<td>
						<select name="birth_year">
							<option value="">선택</option>
<?php 
echo sel_year(date('Y'), 1900, $birth_year);
?>
						</select>년 
						<select name="birth_month">
							<option value="">선택</option>
<?php 
echo sel_month($birth_month);
?>
						</select>월
						<select name="birth_day">
							<option value="">선택</option>
<?php 
echo sel_day($birth_day);
?>
						</select>일
						&nbsp;&nbsp;
						<input type="radio" name="sl_cal" value="S"<?php 
echo check_radio("S", $sl_cal);
?>
 />양력
						<input type="radio" name="sl_cal" value="L"<?php 
echo check_radio("L", $sl_cal);