[G5] select 를 편리하게 함수 option_selected 활용 > 기술자료 | 해피정닷컴

[G5] select 를 편리하게 함수 option_selected 활용 > 기술자료

본문 바로가기

사이트 내 전체검색

[G5] select 를 편리하게 함수 option_selected 활용 > 기술자료

그누보드 [G5] select 를 편리하게 함수 option_selected 활용

페이지 정보


본문

select 를 편리하게 이용하도록 도와주는 함수 option_selected 활용하기

그누보드5 / lib / common.lib.php
function option_selected($value, $selected, $text='')
{
    if (!$text) $text = $value;
    if ($value == $selected)
        return "<option value=\"{$value}\" selected=\"selected\">{$text}</option>\n";
    else
        return "<option value=\"{$value}\">{$text}</option>\n";
}


[ 적용예 ]
<select name="qa_use_editor" id="qa_use_editor">
    <?php echo option_selected(0, $qaconfig['qa_use_editor'], '사용안함'); ?>
    <?php echo option_selected(1, $qaconfig['qa_use_editor'], '사용함'); ?>
</select>

[ 응용예 ]
그누보드5 / extended / user.config.php 에 아래와 같이 내용 추가
<?php
$g5['phone_1'] = array('02'=>'02', '031'=>'031', '032'=>'032', '033'=>'033', '041'=>'041', '042'=>'042', '043'=>'043', '044'=>'044', '051'=>'051', '052'=>'052', '053'=>'053', '054'=>'054', '055'=>'055', '061'=>'061', '062'=>'062', '063'=>'063', '064'=>'064', '070'=>'070', '0505'=>'0505', '0502'=>'0502');
$g5['phone_2'] = array('010'=>'010', '011'=>'011', '016'=>'016', '017'=>'017', '018'=>'018', '019'=>'019', '070'=>'070');
$g5['phone_3'] = array('02'=>'02', '031'=>'031', '032'=>'032', '033'=>'033', '041'=>'041', '042'=>'042', '043'=>'043', '044'=>'044', '051'=>'051', '052'=>'052', '053'=>'053', '054'=>'054', '055'=>'055', '061'=>'061', '062'=>'062', '063'=>'063', '064'=>'064', '010'=>'010', '011'=>'011', '016'=>'016', '017'=>'017', '018'=>'018', '019'=>'019', '070'=>'070', '0505'=>'0505', '0502'=>'0502');
?>

불러올 페이지에 아래와 같이 추가
<select name="spon_hp_1">
<?php 
foreach ($g5['phone_2'] as $key => $val) {
    echo option_selected($val);
}   
?>
</select>

댓글목록

등록된 댓글이 없습니다.


Total 458건 2 페이지
  • RSS
기술자료 목록
438
그누보드   5201  2021-10-08 14:45 ~ 2021-10-08 16:11  
437
그누보드   6258  2021-10-08 07:41 ~ 2021-10-14 10:40  
436
그누보드   4826  2021-09-02 12:15 ~ 2021-09-02 15:15  
열람
그누보드   4776  2021-08-31 18:52  
434
그누보드   5099  2021-08-01 20:59 ~ 2021-08-02 09:19  
433
그누보드   6838  2021-07-27 14:45 ~ 2021-08-05 18:06  
432
그누보드   5668  2021-06-30 07:32 ~ 2021-06-30 07:50  
431
그누보드   7376  2021-06-11 09:19 ~ 2021-06-11 09:20  
430
그누보드   6267  2021-06-03 16:20 ~ 2021-06-06 14:56  
429
그누보드   5645  2021-05-26 11:53 ~ 2021-05-27 08:49  
428
그누보드   7958  2021-05-18 13:48 ~ 2021-07-22 12:24  
427
그누보드   5382  2021-04-21 17:55 ~ 2021-06-15 18:19  
426
그누보드   4614  2021-02-25 22:28 ~ 2021-03-17 11:33  
425
그누보드   6135  2021-02-18 10:28 ~ 2021-02-18 14:10  
424
그누보드   6538  2021-02-08 14:43 ~ 2021-02-08 16:31  
423
그누보드   7680  2020-12-14 18:09 ~ 2023-04-04 11:18  
422
그누보드   6411  2020-12-07 15:15 ~ 2022-12-17 21:15  
421
그누보드   4597  2020-10-19 06:39 ~ 2022-02-01 09:57  
420
그누보드   4380  2020-10-16 17:08 ~ 2020-10-20 00:43  
419
그누보드   4946  2020-10-14 12:34 ~ 2021-03-23 18:09  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.