any hints on dynamically naming arrays?
ie:
$stuff= explode ("!", $contents);
//$stuff[3] is "foo"
$stuff[3]=explode("&",$stuff[4]);
print_r($foo);
____________________________
Matthew Luchak
Webmaster
Kaydara Inc.
[EMAIL PROTECTED]
--
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]
- Re: [PHP] dynamically naming arrays Matthew Luchak
- Re: [PHP] dynamically naming arrays Matt McClanahan
- RE: [PHP] dynamically naming arrays King, Justin
- RE: [PHP] dynamically naming arrays scott [gts]

