Tengo un problema al leer un archivo,en algunas ocaciones file_get_contents devuelve false,igual que con fopen.
Con esta negrada me funciona pero es una negrada....
Código PHP:
if(file_exists($chatbox_file['other']))
while(!($others_data = file_get_contents($chatbox_file['other']))) { }
No me salta ningun error/warning
gracias