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

Ns_EncodeUrl

Overview

Encode URL query data

Syntax

    char *Ns_EncodeUrl(
    Ns_DString *pds,
    char *data
    );

Description

The Ns_EncodeUrl function encodes the data as URL query data and appends the encoded data to the given Ns_DString. All characters except the alphanumerics are encoded as specified in RFC1738, Uniform Resource Locators. This function can be used to append arguments to a URL as query data following a `?'.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.