![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/08/2003, 10:44
|
![Avatar de Mickel](http://static.forosdelweb.com/customavatars/avatar20289_2.gif) | | | Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años, 8 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... :( |