최근 스킨 적용 질문이요 정보
최근 스킨 적용 질문이요본문
preg_match로 바꾸고 나니
Delimiter must not be alphanumeric or backslash in /home/xgirl/www/gnuboard4/skin/latest/basic2/latest.skin.php on line 52
이렇게 오류가 생겼습니다.
해결 방법을보니
(You need a delimiter for your pattern. It should be added at the start and end of the pattern like so:
$pattern = "/My name is '(.*)' and im fine/";)
앞뒤로 /를 쓰라고 하는 것 같아서 그렇게 하니까
Unknown modifier 'c' in /home/xgirl/www/gnuboard4/skin/latest/basic2/latest.skin.php on line 52
변경자 c?를 찾지 못한다는것 같은데 ㅠ..ㅠ?
저렇게 오류가 발생하는데 어떻게 해야하나요 ?
Delimiter must not be alphanumeric or backslash in /home/xgirl/www/gnuboard4/skin/latest/basic2/latest.skin.php on line 52
이렇게 오류가 생겼습니다.
해결 방법을보니
(You need a delimiter for your pattern. It should be added at the start and end of the pattern like so:
$pattern = "/My name is '(.*)' and im fine/";)
앞뒤로 /를 쓰라고 하는 것 같아서 그렇게 하니까
Unknown modifier 'c' in /home/xgirl/www/gnuboard4/skin/latest/basic2/latest.skin.php on line 52
변경자 c?를 찾지 못한다는것 같은데 ㅠ..ㅠ?
저렇게 오류가 발생하는데 어떻게 해야하나요 ?
댓글 전체
해결 했습니다.
"#data/cheditor4[^<>]*\.(gif|jp[e]?g|png|bmp)#i"
"#data/cheditor4[^<>]*\.(gif|jp[e]?g|png|bmp)#i"