
01/08/2002, 21:31
|
 | | | Fecha de Ingreso: mayo-2002
Mensajes: 906
Antigüedad: 22 años, 10 meses Puntos: 0 | |
Re: Como? if(!funcion(todo un array){ ok
eso tambien, haces algo parecido
foreach($array as $var){
if(!funcion($var)){
$error++;
}
}
//y ahora
if($error == count($array)){
echo "ninguno pudo, che";
}
Saludos ;)
<div align="center"><img src="http://cablemodem.fibertel.com.ar/sainztrapaga/images/firma.jpg" width="435" height="70" border="0">
</div> |