Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Wrong Url-Parameters

Status
Not open for further replies.

KostaTheGreek

Programmer
Apr 9, 2002
1
DE
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top