문의 드립니다. 정보
문의 드립니다.
본문
수고 많으십니다. 다름이 아니라 게시판에서 글쓰기를 누르면 보통 리스트가 출력되지 않습니까? 이럴때 리스트로 이동하지 않고 홈이나 기타 자신이 원하는 페이지로 이동하게 하려면 어떤 소스를 고쳥 할까요? 고수님들의 답변 부탁 드리겠습니다. 감사합니다.
댓글 전체
write_update.php 634라인쯤
if ($g4[https_url])
$https_url = "$g4[url]/$g4[bbs]";
else
$https_url = ".";
if ($file_upload_msg)
alert($file_upload_msg, "{$https_url}/board.php?bo_table=$bo_table&wr_id=$wr_id&page=$page" . $qstr);
else
goto_url("{$https_url}/board.php?bo_table=$bo_table&wr_id=$wr_id&page=$page" . $qstr);
구문 수정하시면 되겠습니다.
if ($g4[https_url])
$https_url = "$g4[url]/$g4[bbs]";
else
$https_url = ".";
if ($file_upload_msg)
alert($file_upload_msg, "{$https_url}/board.php?bo_table=$bo_table&wr_id=$wr_id&page=$page" . $qstr);
else
goto_url("{$https_url}/board.php?bo_table=$bo_table&wr_id=$wr_id&page=$page" . $qstr);
구문 수정하시면 되겠습니다.