Hi - hoping someone can help,
I have implemented a form in flash, using POST to send the contents to my
PHP page that processes it.
problem is - i am sending a variable name like "this_town" from flash, but
it actually seems to send "this%5Ftown" which breaks my form processor - how
can i make it send the variable name intact without changing anything?
thanks