<select name="in_its" class="input" itemname="과목선택" required>
<?=select_set2("bo_table" ,"is_id", 1, "--과목선택--")?> <!-- 테이블,조회할 필드, 필드에매치값, 기본값-->
</select>
>>>>>>>>>>>>>>>
// 테이블에 필드값 선택하여 값 가져오기 셀렉트박스
function select_set2($bo_table='', $filed1, $type, $msg="" )
{
global $g4, $board;
$sql = " select is_items from $bo_table where $filed1 = '$type' ";
$row = sql_fetch($sql);
$arr = explode("|", $row[is_items]); // 구분자가 , 로 되어 있음
//$arr = explode("|", $board[bo_category_list]); // 구분자가 , 로 되어 있음
$str = "";
if ($msg)
$str .= "<option value=''>{$msg}</option>\n";
for ($i=0; $i<count($arr); $i++)
if (trim($arr[$i]))
$str .= "<option value='$arr[$i]'>$arr[$i]</option>\n";
return $str;
}
<?=select_set2("bo_table" ,"is_id", 1, "--과목선택--")?> <!-- 테이블,조회할 필드, 필드에매치값, 기본값-->
</select>
>>>>>>>>>>>>>>>
// 테이블에 필드값 선택하여 값 가져오기 셀렉트박스
function select_set2($bo_table='', $filed1, $type, $msg="" )
{
global $g4, $board;
$sql = " select is_items from $bo_table where $filed1 = '$type' ";
$row = sql_fetch($sql);
$arr = explode("|", $row[is_items]); // 구분자가 , 로 되어 있음
//$arr = explode("|", $board[bo_category_list]); // 구분자가 , 로 되어 있음
$str = "";
if ($msg)
$str .= "<option value=''>{$msg}</option>\n";
for ($i=0; $i<count($arr); $i++)
if (trim($arr[$i]))
$str .= "<option value='$arr[$i]'>$arr[$i]</option>\n";
return $str;
}
댓글 1개
takumi22
12년 전
감사합니다
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4081 | |
| 29 |
아우겐나이스
|
21년 전 | 4462 | |
| 28 |
아우겐나이스
|
21년 전 | 3485 | |
| 27 | 21년 전 | 5865 | ||
| 26 | 21년 전 | 3147 | ||
| 25 | 21년 전 | 6115 | ||
| 24 | 18년 전 | 3680 | ||
| 23 | 21년 전 | 3674 | ||
| 22 | 21년 전 | 4267 | ||
| 21 | 21년 전 | 3849 | ||
| 20 | 21년 전 | 4251 | ||
| 19 | 21년 전 | 6712 | ||
| 18 | 21년 전 | 4756 | ||
| 17 | 21년 전 | 7008 | ||
| 16 | 21년 전 | 4192 | ||
| 15 | 21년 전 | 2661 | ||
| 14 | 21년 전 | 4996 | ||
| 13 | 21년 전 | 3418 | ||
| 12 |
Recluse
|
21년 전 | 3903 | |
| 11 |
아우겐나이스
|
21년 전 | 3587 | |
| 10 |
Recluse
|
21년 전 | 3422 | |
| 9 | 21년 전 | 4035 | ||
| 8 | 21년 전 | 5200 | ||
| 7 | 21년 전 | 4787 | ||
| 6 | 21년 전 | 5719 | ||
| 5 | 21년 전 | 4141 | ||
| 4 | 21년 전 | 4873 | ||
| 3 | 21년 전 | 4774 | ||
| 2 | 21년 전 | 3276 | ||
| 1 | 22년 전 | 4364 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기