Tema
:
Nombre irrepetible para imágenes
Ver Mensaje Individual
#
2
(
permalink
)
07/09/2013, 08:58
PHPeros
Colaborador
Fecha de Ingreso: septiembre-2013
Ubicación: España
Mensajes: 3.648
Antigüedad: 11 años, 3 meses
Puntos: 578
Respuesta: Nombre irrepetible para imágenes
Existe una funcion para comprobar si un archivo existe:
Código PHP:
Ver original
if
(
file_exists
(
'url'
)
)
{
// Rename
$_FILES
[
'archivo'
]
[
'name'
]
.=
rand
(
)
;
}
PHPeros
Ver Perfil
Buscar todos los Mensajes de PHPeros