Ver Mensaje Individual
  #6 (permalink)  
Antiguo 09/12/2006, 14:19
netserver
 
Fecha de Ingreso: mayo-2006
Mensajes: 288
Antigüedad: 18 años
Puntos: 4
Re: Escribir un archivo de texto

Haz algunois cambios ok por ejemplo este:
reemplaza:
Código PHP:
 $dataEscribir "\n".",,".$correoToAdd.","
por:
Código PHP:
 $dataEscribir "\n,,".$correoToAdd.","
y tambien este:
Código PHP:
header("Location: ./index.html"); 
cambialo por:
Código PHP:
header("Location: ".$thanksURL);