Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/07/2008, 22:41
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: crear archivos con frwite ?

Hola duskrow,

Necesitas usar stripslashes:
Código PHP:
<?php
$file 
fopen("datos.php"'a');
fwrite$filestripslashes$_POST['php'] ));
fclose($file);
header('Location: formulario.php');
?>
Saludos.