Ns_DecodeUrl
Overview
Decode URL query data
Syntax
char *Ns_DecodeUrl(
Ns_DString *pds,
char *data
);
Description
The Ns_DecodeUrl function decodes data that were encoded as URL query data. The decoded data are appended to the given Ns_DString. This function can be used to decode arguments that were passed as URL query data following a `?'.
Top of Page
Copyright © 1996 America Online, Inc.