-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
* and then Laurent Drouet declared
> if
> foreach ($conditions as $key=>$val)
>
> ($val==$summary["$key"])
>{
> statements to execute if the condition is right for all
> $conditions
>
Hi !
I would like to know if somebody already done the following thing :
I'm writing a function which accept 2 args : $conditions and $summary
in my function I have to construct an if statement with these arg like :
if
foreach ($conditions as $key=>$val)
($val==$summary["$key"])
2 matches
Mail list logo