On Wed, 2008-10-01 at 15:41 -0400, tedd wrote:
> >What about:
> >
> >foreach ($_SESSION['user_id'] as $key => $value)
> >{
> >     $last = $_SESSION['last_name'][$key];
> >     $first = $_SESSION['first_name'][$key];
> >     echo "$last, $first";
> >}
> 
> Jay:
> 
> Close, it produced:
> 
> Array, Array
> Array, Array
> Array, Array
> 
> Cheers,
> 
> tedd
> -- 
> -------
> http://sperling.com  http://ancientstones.com  http://earthstones.com
> 
That would suggest there's another level to the $_SESSION array. Are you
sure the data output from the print_r is right and nothing is acting on
it before your loop?


Ash
www.ashleysheridan.co.uk


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

Reply via email to