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

Ns_FetchPage

Overview

Copy data from URL to dynamic string

Syntax

    int Ns_FetchPage(
    	Ns_DString *pds,
    	char       *url,
    	char       *hServer
    );

Description

The Ns_FetchPage function copies data from url to the Ns_DString pointed to by pds. The URL must be relative and must correspond to a file served by this virtual server. Ns_FetchPage returns a status of NS_OK or NS_ERROR.

Top of Page

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