Se devo fare una if:
come faccio a controllare che tutti gli array siano !=1 senza dover scriverli tutti in OR...OR...OR...?codice:if (array[0]!=1 OR array[1]!=1 OR array[2]!=1){}
Grazie
Se devo fare una if:
come faccio a controllare che tutti gli array siano !=1 senza dover scriverli tutti in OR...OR...OR...?codice:if (array[0]!=1 OR array[1]!=1 OR array[2]!=1){}
Grazie
GdR Online - http://lenar.it/
Yesterday is history. Tomorrow is mystery.
Today is a gift. That's why it's called the present
think simple think ringo
Grazzie!
Se volessi che rendesse TRUE se trova valori minori o uguali a 0...
?codice:if (in_array(<=0, $array)){}
GdR Online - http://lenar.it/
Yesterday is history. Tomorrow is mystery.
Today is a gift. That's why it's called the present
la funzione in_array verifica solo la presenza di un determinato valore, in questo caso devi farti un funzione ad hoc.
think simple think ringo
Capitoz...grazzzie!!
GdR Online - http://lenar.it/
Yesterday is history. Tomorrow is mystery.
Today is a gift. That's why it's called the present