This is a discussion on CGI process with converted chars. within the Apache Web Server forums, part of the Web Server and Related Forums category; Helo. I`m using apache with starting a CGI process that should get variables from QUERY_STRINGand CONTENT_LENGTH strings. Then the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Helo.
I`m using apache with starting a CGI process that should get variables from QUERY_STRINGand CONTENT_LENGTH strings. Then the CGI process this data and exits. It`s all ok except that it gets converted chars. I mean in form i write for e.g. 09:00 and CGI gets 09&3A00 and so on:end of line= %0D%0A... thanks. |
|
|||
|
And the problem is..what?
This behaviour is normal,since every URI is converted according to http://www.blooberry.com/indexdot/ht...rlencoding.htm which is quite normal.You only have to convert them back,if needed. Greets, Sebastian kr schrieb am Donnerstag 06 Juli 2006 13:17: > Helo. > I`m using apache with starting a CGI process that should get variables > from QUERY_STRINGand CONTENT_LENGTH strings. > Then the CGI process this data and exits. It`s all ok except that it gets > converted chars. I mean in form i write for e.g. 09:00 and > CGI gets 09&3A00 and so on:end of line= %0D%0A... > > thanks. |