Cita:
Y de hecho el directiorio es válido y el archivo existe, esta es la línea 62:Warning: file_put_contents(../archivos/archivo.txt) [function.file-put-contents]: failed to open stream: Permission denied in /home/www/sitio/php/arhivos.php on line 62
Código PHP:
$accion = file_put_contents("../archivos/archivo.txt", $cabecera."[;]".$titulo."[;]".$texto);
if ($accion = false) { header("Location: ../../admin/editar/?e"); exit; } // Esto es agregado
Saludos !