function eregi($put,$string){
return preg_match('/'.$put.'/i',$string);
}
if ((!eregi("^[' A-Za-z0-9_]+$", $islem) and $islem != "") or (!eregi("^[' A-Za-z0-9_]+$", $process) and $process != ""))
bunu günümüze nasıl uyarlayabilirim?
Konu: Eregi yerine
function eregi($put,$string){
return preg_match('/'.$put.'/i',$string);
}
if ((!eregi("^[' A-Za-z0-9_]+$", $islem) and $islem != "") or (!eregi("^[' A-Za-z0-9_]+$", $process) and $process != ""))