묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
Undefined variable 이라는 에러가 뜨는 이유는
2003.08.25 22:06
윈 2000 어드밴스 /IIS /PHP /MYSQL
을 돌리고 있습니다.
여기저기서 소스를 구해다가 이것저것 돌려보고 있는데요.
파일을 실행하면,
Undefined variable 이런 문자가 좌르르 뜨면서
Notice: Undefined variable: userid in D:wwwrootchatindex.php on line 6
Notice: Undefined variable: mode in D:wwwrootchatindex.php on line 8
Notice: Undefined variable: userid in D:wwwrootchatindex.php on line 29
Notice: Undefined variable: PHP_SELF in D:wwwrootchatindex.php on line 59
온통 이런식으로 화면이 도배가 됩니다.
무슨 문제가 있는건지. 다른 소스도 대부분 이렇게 나옵니다.
퍼미션과 관련이 있는건지. 등록정보에서 퍼미션은 읽기.쓰기 모두 주거든요,
계속 저런식의 문자에 이젠 질려버렸습니다 ㅠ.ㅠ
무슨 문제가있는건지, 궁금합니다.
감사합니다~
을 돌리고 있습니다.
여기저기서 소스를 구해다가 이것저것 돌려보고 있는데요.
파일을 실행하면,
Undefined variable 이런 문자가 좌르르 뜨면서
Notice: Undefined variable: userid in D:wwwrootchatindex.php on line 6
Notice: Undefined variable: mode in D:wwwrootchatindex.php on line 8
Notice: Undefined variable: userid in D:wwwrootchatindex.php on line 29
Notice: Undefined variable: PHP_SELF in D:wwwrootchatindex.php on line 59
온통 이런식으로 화면이 도배가 됩니다.
무슨 문제가 있는건지. 다른 소스도 대부분 이렇게 나옵니다.
퍼미션과 관련이 있는건지. 등록정보에서 퍼미션은 읽기.쓰기 모두 주거든요,
계속 저런식의 문자에 이젠 질려버렸습니다 ㅠ.ㅠ
무슨 문제가있는건지, 궁금합니다.
감사합니다~
userid,mode 등의 변수가 정의되어 있지 않네여.
혹시 다른파일에 있는건 아닐가여?
다른 파일에 있다면 include 하시기 바랍니다.
보통 제로보드는 lib.php 를 include 하죠^^
이상 허접 엽기 답변이었습니다^^;