Forum Moderators: open

Message Too Old, No Replies

"variable name" for ComboBox?

Trying to get a flash form to work with a php script...

         

erikcw

9:33 pm on Oct 31, 2004 (gmt 0)

10+ Year Member



Hi all,

I have a flash form that I am working on, and I am having some trouble with the ComboBox. Namely the variable or name property.

I am working on an interface for a php based script. The form collects the domain and TLD and then searches whois.

textfield (var = domain), combobox [com, net, org], submit button.

The problem is that I can't figure out how to sent the name/variable for the combobox.

The php script is expecting 'ttld[]' (the php script is encoded, so I can't change the variable name, but if '[]' is illegal in flash, I can call it something else and then do a variable subsition server side...

So the question is, how do I get this combobox named so it will POST with the rest of the form?

Thanks!
Erik