php-general | 2001032
Date: 03/27/01
- Next message: Philip Olson: "Re: [PHP] $myfile[$count]_type?!"
- Previous message: duirfire: "[PHP] sessions without cookies?"
- In reply to: FredrikAT: "[PHP] $myfile[$count]_type?!"
- Next in thread: Philip Olson: "Re: [PHP] $myfile[$count]_type?!"
- Reply: Philip Olson: "Re: [PHP] $myfile[$count]_type?!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, again!
Didn't work...
This is the scene: (file.php?a=input)
<input type=\"file\" name=\"myfile[$count]">
(file.php?a=reg)
Trying to echo type...
${$myfile[$count] . '_type'} // NOT WORKIN'
${$myfile$count}_type // NOT WORKIN'
Any suggestions?
Fredrik A. Takle
Bergen, Norway
""FredrikAT"" <ftakle <email protected>> skrev i melding
news:99qqqo$v1c$1 <email protected>
> Why can't I do $myfile[$count]_type?!
> What schould I do instead?
>
> ---------------------------------
> Fredrik A. Takle
> fredrik <email protected>
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Philip Olson: "Re: [PHP] $myfile[$count]_type?!"
- Previous message: duirfire: "[PHP] sessions without cookies?"
- In reply to: FredrikAT: "[PHP] $myfile[$count]_type?!"
- Next in thread: Philip Olson: "Re: [PHP] $myfile[$count]_type?!"
- Reply: Philip Olson: "Re: [PHP] $myfile[$count]_type?!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

