php 초보 셀렉트값 주고 받기 질문입니다.
본문
보내는쪽 : 홈페이지내 게시판 테이블명(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>"
);
새해 복 많이 받으시고요!
답변을 작성하시기 전에 로그인 해주세요.