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"])
               {
                statements to execute if the condition is right for all
$conditions
                }

How can i do it  ?


Laurent Drouet


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to