Re: Data from web form

2006-04-20 Thread David Dorward
On Thu, 2006-04-20 at 18:49 -0600, Scott wrote: > I am accepting data from a form via the post method. At this time I do not > have a database server to use with it and need to write to flat files. > > Is there a way to get the results of the data without getting all the +'s > and various special

Data from web form

2006-04-20 Thread Scott
Hi- I am accepting data from a form via the post method. At this time I do not have a database server to use with it and need to write to flat files. Is there a way to get the results of the data without getting all the +'s and various special characters that replace spaces and ', and such? Than