Così?Originariamente inviato da neroux
Carica tutto con file_get_contents() e poi usa strpos()
non va.. o almeno se nel file txt c'è: ciaoCodice PHP:
$censura_nomi = file_get_contents('censor_name.txt');
if(strpos($censura_nomi, $username_nomi)===FALSE){
}else{
errore
}
poi nel box c'è ciao1 non me lo considere il ciao.