* about QUERY_STRING parsing @ 2004-03-26 17:17 Alphex K. 2004-03-29 15:06 ` Michael Taylor 0 siblings, 1 reply; 2+ messages in thread From: Alphex K. @ 2004-03-26 17:17 UTC (permalink / raw) To: linux-c-programming Hi guys, I'm write a content management system in C language. and I have a question - what the best method to parse QUERY_STRING with decode web charasters? I need it to do without tcl.h or any libs. ---===--- Alphex Kaanoken Senior developer of Crew IT research labs web: http://crew.org.ru mailto:Alphex@Crew.Org.RU ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: about QUERY_STRING parsing 2004-03-26 17:17 about QUERY_STRING parsing Alphex K. @ 2004-03-29 15:06 ` Michael Taylor 0 siblings, 0 replies; 2+ messages in thread From: Michael Taylor @ 2004-03-29 15:06 UTC (permalink / raw) To: Alphex K.; +Cc: linux-c-programming Alphex K. wrote: > Hi guys, > I'm write a content management system in C language. > > and I have a question - what the best method to parse QUERY_STRING with decode web charasters? > I need it to do without tcl.h or any libs. <http://cvs.apache.org/viewcvs.cgi/*checkout*/apache-1.3/cgi-src/Attic/util.c> <http://cvs.apache.org/viewcvs.cgi/*checkout*/apache-1.3/cgi-src/Attic/util.h> You can include this code in your project if you follow the Apache LICENSE terms: <http://www.apache.org/LICENSE.txt> Note that this include some security fixes that many older C examples miss. See <http://www.stanford.edu/group/itss-ccs/security/Advisories/96-125.html> for an 1996 security advisory. ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-03-29 15:06 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-03-26 17:17 about QUERY_STRING parsing Alphex K. 2004-03-29 15:06 ` Michael Taylor
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).