Tema
:
split o array ????
Ver Mensaje Individual
#
6
(
permalink
)
14/07/2008, 10:17
foreverOdd
Fecha de Ingreso: noviembre-2007
Ubicación: Caracas
Mensajes: 489
Antigüedad: 17 años, 2 meses
Puntos: 14
Respuesta: split o array ????
Código PHP:
$arra
=
explode
(
","
,
$string
);
if (
in_array
(
"2"
,
$arra
))
echo
"tiene 2"
;
__________________
My path is lit by my own fire, I only go where I desire
foreverOdd
Ver Perfil
Buscar todos los Mensajes de foreverOdd