KostaTheGreek
Programmer
Please help me!
When I try to send a flashform to my CGI-Script on the web server (I do this by GETURL) I will get wrong parameters in the url-address.
e.g.
"/cgi-bin/formmail.pl?email=info%40test.de"
instead of
"/cgi-bin/formmail.pl?email=info@test.de"
same problem I do have with other characters in the URL
e.g. "_" -> "%5F"
ahead thanks a lot.
When I try to send a flashform to my CGI-Script on the web server (I do this by GETURL) I will get wrong parameters in the url-address.
e.g.
"/cgi-bin/formmail.pl?email=info%40test.de"
instead of
"/cgi-bin/formmail.pl?email=info@test.de"
same problem I do have with other characters in the URL
e.g. "_" -> "%5F"
ahead thanks a lot.