검색을 해보면.
Warning: stristr() [function.stristr]: Empty delimiter. in /home/hosting_users/lovingyou3/www/kawsay/bbs/search.php on line 15
이러한 에러가 나오는데 해결 방법이 있을까요?
{
$filters = explode(",", $config[cf_filter]);
for ($i=0; $i<count($filters); $i++) {
$s = trim($filters[$i]); // 필터단어의 앞뒤 공백을 없앰
이부분이 15번째 입니다 if (stristr($stx, $s)) {
alert("금지단어(\'{$s}\')가 포함되어 있습니다.");
exit;
}
}
Warning: stristr() [function.stristr]: Empty delimiter. in /home/hosting_users/lovingyou3/www/kawsay/bbs/search.php on line 15
이러한 에러가 나오는데 해결 방법이 있을까요?
{
$filters = explode(",", $config[cf_filter]);
for ($i=0; $i<count($filters); $i++) {
$s = trim($filters[$i]); // 필터단어의 앞뒤 공백을 없앰
이부분이 15번째 입니다 if (stristr($stx, $s)) {
alert("금지단어(\'{$s}\')가 포함되어 있습니다.");
exit;
}
}
댓글 3개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기