Home 게시판 커뮤니티 Q&A 로그아웃이 활성화가안되는 좀 도와주세요

2개 답변, 3 voices Last updated by Avatar of Chris DevChris Dev 8 years, 2 months 전
  • Avatar of 강희강희
    Participant
    @hoh1106
    #40474

    로그인 로그아웃을 php로 만드는데 활성화가 안되네여…

    이게 도대체 무슨문제인지 모르겠어요 ㅜㅜ

     

    저기 중간에 if(function_exists(‘abc’))
    abc();
    else
    echo “Activation Needed”;

    여기서 echo로 넘어가서 활성화필요하다고뜨네요… 도대체무슨문제인지 아무리봐도모르겠는데 소스좀 봐주실수있나요 ㅠ

    꾀꼬리

    Avatar of Matthew ParkMatthew Park
    Moderator
    @hackya
    #40475

    abc 라는 function 이 없으면 “Activation Needed” 이라는 단어를 출력하라고 되어 있는데 php 코드는 아무런 문제가 없어 보입니다.

    Avatar of Matthew Park
    Attorney, front-end developer, digital media artist, WordPress enthusiast, & a father of 4 wonderful children.

    Lives in Colorado.

    Avatar of Chris DevChris Dev
    Moderator
    @chris_dev
    #40523

    메튜님이 얘기하신것처럼 abc 라는 펑션이 어디에도 선언이 안되어 있는듯합니다.

    그래서 무조건 else 쪽을 타게 되는거죠

    Avatar of Chris Dev
    lives in Sydney.


3 글 보임 - 1에서 3 까지 (총 3 중에서)
  • 답변은 로그인 후 가능합니다.