Tema
:
¿ Al subir varios ficheros, que no se repita el nombre ?
Ver Mensaje Individual
#
2
(
permalink
)
25/02/2015, 04:39
Nedned
Fecha de Ingreso: enero-2015
Mensajes: 205
Antigüedad: 9 años, 9 meses
Puntos: 18
Respuesta: ¿ Al subir varios ficheros, que no se repita el nombre ?
Así
Código PHP:
Ver original
$string
=
"esto-es-una-prueba"
;
echo
substr
(
$string
,
strrpos
(
$string
,
"-"
,
-
0
)
+
1
)
;
Prueba :)
Nedned
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de Nedned