
30/06/2006, 18:36
|
| | Fecha de Ingreso: mayo-2006 Ubicación: Argentina (Buenos Aires,CABALLITO)
Mensajes: 331
Antigüedad: 18 años, 10 meses Puntos: 9 | |
<?
if ($_GET[rename_foto]){
rename ($_GET[rename_foto], $_GET[nuevo_nombre]);
}
?>
la url seria: foto.php?rename_foto=nombre actual&nuevo_nombre=nuevo nombre |