I tried the [] inside & outside the quotes, only difference was that
inside gave me
Key: 0, Value: ACL[]
outside gave me
Key: 0, Value: ACL
Since we changed the %s to an array I changed the Explode statement and
the while .... Got the message that $earnType not an array .....
Got an idea ...... hold on
Michael Kelley wrote:
> Nope, output is now
> Key: 0, Value: ACL[]
> instead of
> Key: 0, Value: ACL
>
>
> Matt Williams wrote:
>
>> Hi Michael
>>
>> Try changing this line
>>
>>
>>> printf("<option value = \"%s\">%s</option>",
>>
>>
>>
>> To
>>
>> printf("<option value = \"%s[]\">%s</option>",
>>
>> This should solve your problem
>>
>> HTH
>>
>> M@
--
Michael Kelley
[EMAIL PROTECTED]
Programmer/Systems Analyst I
New Mexico State University
Information and Communication Technologies
Work # (505)-646-1374
P.O. Box 30001
MSC: 3AT
Las Cruces, NM 88003
--
PHP Windows 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]