php 초보 셀렉트값 주고 받기 질문입니다.

php 초보 셀렉트값 주고 받기 질문입니다.

QA

php 초보 셀렉트값 주고 받기 질문입니다.

답변 2

본문

보내는쪽  : 홈페이지내 게시판 테이블명(bo_table)  몽땅 불러오기

-----------

  <select name="board_type">
    <?for($i=0; $i < count($table_array); $i++): ?>
    <option value="g5_write_<?=$table_array[$i]['bo_table']?>">g5_write_<?=$table_array[$i]['bo_table']?></option>
    <?endfor?>
    </select>

----------

 

 

 

받는쪽 : botable 에 뭐라고 써야될지 모르겠습니다.

 

---------

 
$newpost = array(
  'mb_id' => 'admin',
  'bo_table' => '뭐라고 써야 보내는쪽의 셀렉트 값이 넘어올까요ㅠㅠ',
  'wr_subject' =>'freeboard',
  'wr_content' => "<span style='font-size:14pt;'>자동글쓰기</span>"
);

 

 

 

 

새해 복 많이 받으시고요!

 

 

 

 

 

 

 

 

이 질문에 댓글 쓰기 :

답변 2

'bo_table' => $board_type 

해보세요

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 117
© SIRSOFT
현재 페이지 제일 처음으로