On Tue, Mar 27, 2001 at 09:56:01PM +0200, FredrikAT wrote: > Why can't I do $myfile[$count]_type?! > What schould I do instead? ${$myfile[$count] . '_type'} There are some examples in the user comments in this manual page: 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]
- [PHP] $myfile[$count]_type?! FredrikAT
- Re: [PHP] $myfile[$count]_type?! Matt McClanahan
- Re: [PHP] $myfile[$count]_type?! FredrikAT
- Re: [PHP] $myfile[$count]_type?! Philip Olson
- [PHP] Array in Form Elements Jason Lotito
- Re: [PHP] Array in Form Elements Jack Dempsey