From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Taylor Subject: Re: about QUERY_STRING parsing Date: Mon, 29 Mar 2004 10:06:30 -0500 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <40683B76.5090405@ec.gc.ca> References: <20040326201748.59da2b24.alphex@crew.org.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20040326201748.59da2b24.alphex@crew.org.ru> List-Id: Content-Type: text/plain; charset="us-ascii" To: "Alphex K." Cc: linux-c-programming@vger.kernel.org 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. You can include this code in your project if you follow the Apache LICENSE terms: Note that this include some security fixes that many older C examples miss. See for an 1996 security advisory.