DragonFly On-Line Manual Pages

Search: Section:  


CGINEWQUERYSTR(3)     DragonFly Library Functions Manual     CGINEWQUERYSTR(3)

NAME

cginewquerystr - parses query string passed

SYNOPSIS

#include <cgi.h> void cginewquerystr(char *a);

DESCRIPTION

The cginewquerystr() fuction deallocates any memory currently in use and rebuilds the database of name/values with the string in a. This allows you to force your program to see a new set of values and test what happens when some values aren't passed.

RETURN VALUES

No value is returned.

SEE ALSO

cgigetvalue(3), cgiclose(3),

AUTHORS

The cgiparse library was writen by John-Mark Gurney <gurney_j@efn.org>. This product includes software developed by the Apache Group for use in the Apache HTTP server project (http://www.apache.org/).

BUGS

None currently known. DragonFly 6.5-DEVELOPMENT March 13, 1996 DragonFly 6.5-DEVELOPMENT

Search: Section: