On Mon, 22 Jun 1998, Ricardo Peres wrote:

> 1-What is the simplest way to convert an "urlencoded" string
> (resultant from a HTTP POST or GET) into an ascii string? I have written a
> couple of functions do to that, but I'm have certain doubts as to their
> simplicity...

        Look at the source code for the example cgi-bin script of httpd
(at least the old NCSA version, apache might have them too, I don't
remember). They have very nice, compact examples of how to do the
url-decoding. If you can't find these files, email me and I will send them
to you via private email. Hope this helps!

----------------------------------------------------------------------------
|   "For to me to live is Christ, and to die is gain."                     |
|                                            --- Philippians 1:21 (KJV)    |
----------------------------------------------------------------------------
|  Ryan Kirkpatrick  |  Boulder, Colorado  | [EMAIL PROTECTED]  |
----------------------------------------------------------------------------
|               http://www-ugrad.cs.colorado.edu/~rkirkpat/                |
----------------------------------------------------------------------------


Reply via email to