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 ALSOcgisladdvar()