cgisladdstr() - add user-defined variables from URL string

SYNOPSIS

#include "cgi.h"

int    cgisladdstr(sl, s)
CGISL *sl;
char  *s;


DESCRIPTION
The cgisladdstr() function parses a standard URL-encoded string s (i.e. of the form var=value&x=y...) for CGI variables, and adds them to the given CGISL object in decoded form. It returns 1 on success, and 0 on error.


SEE ALSO
cgisladdvar()


Copyright © Thunderstone Software     Last updated: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.