호스팅에서 타서버이전후 이런현상이 발생해요?? 이게뭐죠 정보
호스팅에서 타서버이전후 이런현상이 발생해요?? 이게뭐죠본문
Notice: Use of undefined constant title - assumed 'title' in /home/dlogixs/public_html/kr2012/bbs/write_update.php on line 2
Notice: Undefined variable: wr_subject in /home/dlogixs/public_html/kr2012/bbs/write_update.php on line 2
Parse error: syntax error, unexpected T_ELSE in /home/dlogixs/public_html/kr2012/plugin/united-search/extend.php(37) : eval()'d code on line 616
Notice: Undefined variable: wr_subject in /home/dlogixs/public_html/kr2012/bbs/write_update.php on line 2
Parse error: syntax error, unexpected T_ELSE in /home/dlogixs/public_html/kr2012/plugin/united-search/extend.php(37) : eval()'d code on line 616
댓글 전체

php 가 버젼 업 되면서 규칙이 까다로워 졌기때문입니다
'' 를 이용해서 감싸주시면 오류가 나오지 않으실겁니다
붙지않은것은 title 상수를 찾기 때문에 문자열이라면 '' <= 붙히셔야 합니다
http://php.net/manual/en/language.types.array.php
http://php.net/manual/en/language.types.string.php
'' 를 이용해서 감싸주시면 오류가 나오지 않으실겁니다
붙지않은것은 title 상수를 찾기 때문에 문자열이라면 '' <= 붙히셔야 합니다
http://php.net/manual/en/language.types.array.php
http://php.net/manual/en/language.types.string.php