if(is_file($file)){
$results = array();
preg_match($regex, $file, $results);
if($results[1]==$_POST['SEARCHBOX_INPUT']){
print_r("beep");
}
}
}
If you want me to explain the regex i can :o
thank you :) i'm reading about it rn
Обсуждают сегодня