
19/05/2010, 14:48
|
 | | | Fecha de Ingreso: agosto-2009 Ubicación: Sant Feliu de Llobregat
Mensajes: 955
Antigüedad: 15 años, 7 meses Puntos: 66 | |
Respuesta: Editar hoja de texto con php basicamente sería algo así: Código PHP: $f = fopen("hoja.txt","w");
$s = "hola mundo";
fputs($f,$s);
fclose($f);
http://www.google.es/search?q=funcio...rlz=1R1DVFC_es |