<input type="radio" name="qst_10" value="1"<?php 
echo check_radio("1", $session1_qst_10);
?>
 />전혀 없었다.
					<input type="radio" name="qst_10" value="2"<?php 
echo check_radio("2", $session1_qst_10);
?>
 />거의 없었다.
					<input type="radio" name="qst_10" value="3"<?php 
echo check_radio("3", $session1_qst_10);
?>
 />때때로 있었다.
					<input type="radio" name="qst_10" value="4"<?php 
echo check_radio("4", $session1_qst_10);
?>
 />자주 있었다.
					<input type="radio" name="qst_10" value="5"<?php 
echo check_radio("5", $session1_qst_10);
?>
 />매우 자주 있었다.
				</li>

			</ul>
		</div>
		</form>
	</div>
</div>


</body>
</html>
Example #2
0
						-
						<input type="text" name="mobile3" value="<?php 
echo $mobile3;
?>
" style="width:50px; ime-mode:disabled;" maxlength="4" onkeyup="this.value=this.value.replace(/\D/g, '');" />
					</td>
				</tr>
				<tr>
					<th>* SMS 수신여부</th>
					<td>
						<input type="radio" name="sms_YN" value="Y"<?php 
echo check_radio("Y", $sms_YN);
?>
 />예
						<input type="radio" name="sms_YN" value="N"<?php 
echo check_radio("N", $sms_YN);
?>
 />아니오
					</td>
				</tr>
				<tr>
					<th>* 이메일</th>
					<td>
						<input type="text" name="email1" value="<?php 
echo $email1;
?>
" style="width:120px;" />
						@
						<input type="text" name="email2" value="<?php 
echo $email2;
?>
Example #3
0
				<tr>
					<td height="1" colspan="2" bgcolor="#d8d8d8"></td>
				</tr>
				<tr height="30" bgcolor="#ffffff">
					<td style="padding-left:10px;" class="bgcolor04">통계보기</td>
					<td style="padding-left:10px;">
                        <input type="radio" name="sstatis_view" value="month"<?php 
echo check_radio("month", $sstatis_view);
?>
 />월(月)
                        <input type="radio" name="sstatis_view" value="day"<?php 
echo check_radio("day", $sstatis_view);
?>
 />일(日), (요일)
                        <input type="radio" name="sstatis_view" value="hour"<?php 
echo check_radio("hour", $sstatis_view);
?>
 />시간
					</td>
				</tr>
				<tr>
					<td height="2" colspan="2" bgcolor="#d8d8d8"></td>
				</tr>
				<tr height="30" bgcolor="#ffffff">
					<td style="padding:5px 0 0 10px;"></td>
					<td style="padding:5px 0 0 10px;">
						<a href="#" onclick="searchit2(); return false;"><img src="/sitemanage/images/btn_search.gif" border="0" style="vertical-align:middle;" /></a>&nbsp
						<a href="year.php"><img src="/sitemanage/images/btn_year_statis.gif" border="0" style="vertical-align:middle;" /></a>
					</td>
				</tr>             
            </table>
Example #4
0
?>
" />
			<input type="hidden" name="search" value="<?php 
echo $search;
?>
" />	
			<table width="100%" align="center" cellspacing="0" cellpadding="0" class="table_input">
				<tr>
					<th width="120">* 노출여부</th>
					<td>
						<input type="radio" name="exposure_YN" value="Y"<?php 
echo check_radio("Y", $exposure_YN);
?>
 />노출&nbsp;
						<input type="radio" name="exposure_YN" value="N"<?php 
echo check_radio("N", $exposure_YN);
?>
 />비노출
					</td>
				</tr>
				<tr>
					<th>* 제목</th>
					<td>
						<input type="text" name="title" value="<?php 
echo $title;
?>
" style="width:600px;" hname="제목" required />
					</td>
				</tr>
				<tr>
					<th>* 내용</th>