Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/07/2012, 20:06
Avatar de engonga
engonga
Usuario no validado
 
Fecha de Ingreso: marzo-2002
Ubicación: Buenos Aires
Mensajes: 1.300
Antigüedad: 22 años, 8 meses
Puntos: 8
controlar los valores de los arrays

hola como puedo hacer para controlar los valores del array?

me epxlico

tengo esto

Código PHP:
Array
(
    [
0] => Array
        (
            [
0] => 7
            
[idimage] => 7
            
[1] => 3
            
[idactividad] => 3
            
[2] => es
            
[codidioma] => es
            
[3] => 
            [
title] => 
            [
4] => 
            [
shortdescription] => 
            [
5] => image::ftp/actximages/big__201104051227379.jpg
            
[image] => image::ftp/actximages/big__201104051227379.jpg
            
[6] => 1
            
[orden] => 1
            
[7] => N
            
[active] => N
        
)


    [
1] => Array
        (
            [
0] => 9
            
[idimage] => 9
            
[1] => 3
            
[idactividad] => 3
            
[2] => es
            
[codidioma] => es
            
[3] => 
            [
title] => 
            [
4] => 
            [
shortdescription] => 
            [
5] => image::ftp/actximages/big__201104051227305.jpg
            
[image] => image::ftp/actximages/big__201104051227305.jpg
            
[6] => 2
            
[orden] => 2
            
[7] => N
            
[active] => N
        
)


    [
2] => Array
        (
            [
0] => 10
            
[idimage] => 10
            
[1] => 3
            
[idactividad] => 3
            
[2] => es
            
[codidioma] => es
            
[3] => 
            [
title] => 
            [
4] => 
            [
shortdescription] => 
            [
5] => image::ftp/actximages/big__201104051227195.jpg
            
[image] => image::ftp/actximages/big__201104051227195.jpg
            
[6] => 3
            
[orden] => 3
            
[7] => Y
            
[active] => Y
        
)



y por ejemplo en el array 3 [active] esta en Y

pero no se como hacer para deicer

si todos los [actives] estan en N no me muestres tal cosa

pero solo que uno esté en Y muestramela


no se si me explicado