경고 문구인데 어떻게 해야하죠?Warning: preg_match() [function.preg-match]: Unknown modifier 'p' in /free/home/antigolf/html/core/head.php on line 312 채택완료
민규갤러리
11년 전
조회 8,956
함수 코드인데 아래와같은 경고 문구가 나오는데 어떻게 해야하죠????
Warning: preg_match() [http://ilde.co.kr/core/bbs/function.preg-match" target="_blank">function.preg-match]: Unknown modifier 'p' in /free/home/antigolf/html/core/head.php on line 312
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
채택된 답변
+20 포인트
11년 전
preg_match("/plugin/sprgame/i",$_SERVER['PHP_SELF']) 이 부분이 잘못된 것 같습니다.
/plugin 이 폴더라면 아래처럼 수정이 되어 할 것 같습니다.
</span></div>
<div><span style="font-family: gulim, helvetica; line-height: 23.54400062561035px">preg_match("/\/plugin\/sprgame/i",$_SERVER['PHP_SELF'])</span></div>
<div><span style="font-family: gulim, helvetica; line-height: 23.54400062561035px">
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
민규갤러리
11년 전
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
감사 감사^^
좋은 하루되세요