글쓰기 오류 정보
글쓰기 오류본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://test.itway.co.kr/shop/bbs/board.php?bo_table=test
해당 게시판에서 글쓰면 다음과 오류가납니다.
Notice: Use of undefined constant title - assumed 'title' in /home/itway/public_html/shop/bbs/write_update.php on line 2
癤?script language='JavaScript'> location.replace('./board.php?bo_table=test&wr_id=2&page=0&sca=&sfl=&stx=&sst=&sod=&spt=0&page=0');
이 문제아시는분 좀 도와주세요 ㅜㅜ
UTF-8버전이며 오류는나지만 나중에보면 디비에는 저장이 되어있습니다.
오류 주소 : http://test.itway.co.kr/shop/bbs/board.php?bo_table=test
해당 게시판에서 글쓰면 다음과 오류가납니다.
Notice: Use of undefined constant title - assumed 'title' in /home/itway/public_html/shop/bbs/write_update.php on line 2
癤?script language='JavaScript'> location.replace('./board.php?bo_table=test&wr_id=2&page=0&sca=&sfl=&stx=&sst=&sod=&spt=0&page=0');
이 문제아시는분 좀 도와주세요 ㅜㅜ
UTF-8버전이며 오류는나지만 나중에보면 디비에는 저장이 되어있습니다.
댓글 전체
잘되는것 같은데요..
어디에 에러가 난다는 말인지...
어디에 에러가 난다는 말인지...
write_update.php 상단의
$g4[title] = $wr_subject . "글입력"; 를
$g4['title'] = $wr_subject . "글입력"; 와같이 따옴표로 감싸니 문제 해결되었습니다.
$g4[title] = $wr_subject . "글입력"; 를
$g4['title'] = $wr_subject . "글입력"; 와같이 따옴표로 감싸니 문제 해결되었습니다.
골든님 관심가져주셔서 감사합니다. ㅜㅜㅜㅜ
아 저가 테스트 하기전에 벌써 수정을 하셨군요..