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.
For more information, see http://www.faqts.com/knowledge_base/view.phtml/aid/3966
- Using DHE 3.1.100 trial for Win32 |
2 L A T E S T R E P L I E S (Newest First) |
dcvb699 |
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. |