cgi problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am posting a text form to a cgi I wrote, and the form data sometimes contains
special characters such as % or &. I thought that these characters were
supposed to be encoded specially so they wouldn't confuse the server, but
they seem to be
sent as is. So a & in the data for example makes the cgi think that that the
field has ended. What am I doing wrong?
 
Back
Top