
06/07/2005, 12:01
|
 | | | Fecha de Ingreso: noviembre-2004 Ubicación: Villa Ballester Bs-As|Ar
Mensajes: 2.002
Antigüedad: 20 años, 3 meses Puntos: 34 | |
Seguramente se este caragando mal, por que si haces:
$tuArray=array(15,13,15);
$myarreglo_limpio = array_unique ($tuArray);
for ($contar=0;$contar<count($myarreglo_limpio);$conta r++)
{
echo $myarreglo_limpio[$contar]."<hr>";
}
Imprime bien 13 y 15. |