Note: You must be registered in order to post a reply.
T O P I C R E V I E W
dcvb699
Posted - 12 Jul 2006 : 21:29:38 I'm attempting to use the Option object (aka <SELECT>) in DHE with the "Multiple" property set to "True". The problem is that PHP only recognizes Multiple Selects when the tag name ends with brackets []. Is there any way I can add [] to an object's name in DHE? Currently, DHE removes the [] brackets when I try to add them to the name.
Posted - 13 Jul 2006 : 14:28:03 That's what I needed to know. Thanks!
s.dav
Posted - 13 Jul 2006 : 08:49:12 DHE recognizes only valid HTML names for its internal objects so it removes the [] brackets. If you want to use these names with DHE you can use an HTML box putting the select box code inside.