Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/08/2003, 10:44
Avatar de Mickel
Mickel
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 21 años, 11 meses
Puntos: 7
Se me ocurre algo asi...

<?php
$file=fopen("links.html","r+");
$content=fread($file);
fclose($file);

$newlink="<br>Nuevo Link: ".$descripcion." ".$link." ".$nombre;
$content=$content.$newlink;
$file=fopen("links.html","w+");
fwrite($file,$content);
fclose($file);
?>
__________________
No tengo firma ahora... :(