] Passing an array as a hidden variable
On Fri, May 11, 2007 11:53 pm, Todd Cary wrote:
> When I use the following syntax, the 2 dimensional array loses it's
> contents. Can an array be passed this way?
>
> $attend_ary_save .'>'; ?>
No.
You'll just get
On Fri, May 11, 2007 11:53 pm, Todd Cary wrote:
> When I use the following syntax, the 2 dimensional array loses
> it's contents. Can an array be passed this way?
>
> $attend_ary_save .'>'; ?>
No.
You'll just get "Array" back.
You can do a few things:
$v1){
foreach($v1 as $k2 => $v2
On Fri, 2007-05-11 at 21:53 -0700, Todd Cary wrote:
> When I use the following syntax, the 2 dimensional array loses
> it's contents. Can an array be passed this way?
>
> $attend_ary_save .'>'; ?>
No! RTFM!
http://www.php.net/manual/en/language.types.type-juggling.php
Cheers,
Rob.
--
.--
When I use the following syntax, the 2 dimensional array loses
it's contents. Can an array be passed this way?
$attend_ary_save .'>'; ?>
Todd
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4 matches
Mail list logo