eregi ->preg_match

eregi ->preg_match

QA

eregi ->preg_match

답변 1

본문

    $snd_path = implode("",$arr);
    $snd_1="";
    if(!eregi("\.smi",$temp[sitelink1])) $snd_1="$temp[sitelink1]";
    $snd_3="";
    if(!eregi("\.smi",$snd_path)) $snd_3="$snd_path";
    if ($snd_1==""){
        $song_path1[$i]=$snd_3;
    }else{
        $song_path1[$i]=$temp[sitelink1];
    }
    $song_path3[$i]=$snd_path;

    if ($song_path1[$i]==true)

----------------------------------------

php 버젼 때문에 변경 해야된다는 어떻게 수정하면 될까요?

이 질문에 댓글 쓰기 :

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 1,014
© SIRSOFT
현재 페이지 제일 처음으로