Thank you George, thank you Filipe for giving me some of your time in helping 
me 
with this one.

I Got this now solved.

God bless you all




________________________________
From: Filipe Costa <bue...@gmail.com>
To: symfony-users@googlegroups.com
Sent: Wed, July 28, 2010 11:22:09 AM
Subject: Re: [symfony-users] Array Problems


$ex = "";foreach($array as $element){
    if(strlen($ex>0){
         $ex .=" and ";
     }     
    $ex .= $element['email'];
}

something like this


On Wed, Jul 28, 2010 at 4:08 PM, Andro Fumero <fugitive...@yahoo.com> wrote:

hello,
>
>can someone help me how to display the array below like 
>
>ex. "so...@yahoo.com and some2.yahoo.com"
>
>Array (     [0] => Array         (             [id] => 1             [email] 
>=> 
>so...@yahoo.com ) 
>
>           [1] => Array         (             [id] => 17             [email] 
> => 
>so...@yahoo.com )
> )
>
>Thanks
>
>
-- 
>If you want to report a vulnerability issue on symfony, please send it to 
>security at symfony-project.com
> 
>You received this message because you are subscribed to the Google
>Groups "symfony users" group.
>To post to this group, send email to symfony-users@googlegroups.com
>To unsubscribe from this group, send email to
>symfony-users+unsubscr...@googlegroups.com
>For more options, visit this group at
>http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com
 
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en



      

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to