
30/10/2004, 18:52
|
 | | | Fecha de Ingreso: octubre-2003 Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 4 meses Puntos: 11 | |
<?php
$fp=fopen("dato.txt","w+");
fwrite($_POST['nose']);
fclose($fp);
?>
esto siempre crea el archivo de nuevo con la nueva informacion. |