[ Previous ] [ Contents ] [ Index ] [ Next ]

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 `?'. The return value is the value of pds->string, i.e., the address of the character array.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.