활용팁에 있는 글....알려주세요~~~~ 정보
활용팁에 있는 글....알려주세요~~~~본문
활용팁에 보면 아래링크의 글이 있습니다.
1년전에 내가 쓴글 누가 답변달았는지,코멘트달았는지 아는법??? - 답변,쪽지,코멘트
http://sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=4503
적용 후
코멘트를 작성하고 확인을 누르면 다음과 같이 됩니다.
등록이 안되구요. 왜이럴까요?
Parse error: parse error, unexpected '}' in /home/hosting_users/jewelchurch/www/bbs/write_comment_update.php on line 262
댓글 전체
write_comment_update.php 에서
if ($comment_id)
{
$sql = " select wr_id, wr_comment, wr_comment_reply from $write_table where wr_id = '$comment_id' ";
이부분을 이렇게...
if ($comment_id)
{
$sql = " select wr_id, wr_comment, wr_comment_reply, wr_name, wr_content, mb_id
from $write_table
where wr_id = '$comment_id' "; //쪽지를 위해 wr_name, wr_content, mb_id 추가 by alik
if ($comment_id)
{
$sql = " select wr_id, wr_comment, wr_comment_reply from $write_table where wr_id = '$comment_id' ";
이부분을 이렇게...
if ($comment_id)
{
$sql = " select wr_id, wr_comment, wr_comment_reply, wr_name, wr_content, mb_id
from $write_table
where wr_id = '$comment_id' "; //쪽지를 위해 wr_name, wr_content, mb_id 추가 by alik
와우~~~~~~~~~ 너무 감사합니다.
if ($comment_id)
{
이것까지 지웠었군요. ㅎㅎㅎㅎ
if ($comment_id)
{
이것까지 지웠었군요. ㅎㅎㅎㅎ