Hi Tularis,

Thanks ... it totally did the trick ... if only I've had the time to
actually look at this before now ;-) ... 

thx

Rene

On Sat, 23 Nov 2002 19:20:02 +0100, you wrote about "Re: [PHP] echo'ing
array contents through reference variable" something that looked like
this:

>echo ${$pdag[$n]}; // is also possible in case the [$n] is the index to 
>pdag. Otherwise use this:
>echo ${$pdag}[$n];


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


Reply via email to