채택완료

도와주세요..

Warning: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) in /www_root/skin/board/basic/view.skin.php on line 152

 

그누보드를 깔고 게시판에 글쓰기를 하면

위와같은 경고글이 올라옵니다

왕초보입니다

도와주세요,,,,,,

|

답변 2개

채택된 답변
+20 포인트

 

$test[test] = 'test'

이런 코드들을

$test['test'] = 'test'

이렇게바꿔주세요 

 

PHP 버전 문법문제입니다.

해결했습니다

고맙습니다......

답변을 작성하려면 로그인이 필요합니다.