On Thu, May 17, 2001 at 01:27:52PM -0400, Matthew Luchak wrote:

> any hints on dynamically naming arrays?
> 
> ie:
> 
> $stuff= explode ("!", $contents);
> 
> //$stuff[3] is "foo"
> 
> $stuff[3]=explode("&",$stuff[4]);

${$stuff[3]} = '...';

http://www.php.net/manual/en/language.variables.variable.php

Matt

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to