여러 테이블을 지정하려면 어떻게 해야 할까요? 채택완료
</div>
<div> <?
$list = array();
$subject_len = 40;
$latest_skin_path = "$g4[path]/skin/latest/dada_refer";
$tmp_write_table = $g4['write_prefix'] . "talk";
$sql = "select * from $tmp_write_table where wr_is_comment=0 order by wr_hit desc limit 15";
$result = sql_query($sql);
for($i=0;$i<$row=sql_fetch_array($result);$i++){
$sql = "select * from {$g4['board_table']} where bo_table='talk'";
$board = sql_fetch($sql);</div>
<div> $list[$i] = get_list($row, $board, $latest_skin_path, $subject_len);
$list[$i]['bo_table'] = $board['bo_table'];
}
?></div>
<div>
이렇게 해서 내용을 뽑고 있습니다.
현재는 talk 테이블만 가능한데 이 테이블을 여러개 하려면 어떤 조건식으로 넣어야 할까요?
고수님들의 조언 부탁드립니다.
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
비버팩토리
3년 전
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인전체 질문 목록
답변대기
채택
채택
답변대기
채택
답변대기
답변대기
채택
채택
답변대기
답변대기
채택
채택
답변대기
채택
답변대기
채택
답변대기
채택