if (!@readfile($file)){echo("errore");}
oppure
if (!file_exists($file)){
readfile($file);
}else{
echo("errore");
}
if (!@readfile($file)){echo("errore");}
oppure
if (!file_exists($file)){
readfile($file);
}else{
echo("errore");
}
MySQL Worker - The OpenSource Multiplatform MySQL database Administrator (C++ powered)
.:[ It resumes the development !! ]:.