All,

I have written a small cgi script that allows my users to submit some text
to a db.
everything work well except that it seems to be doubling their return keys.
Each time
they modify their entry the lines get one return key further apart. I read
this in one
of the Oreilly books...

"Upon submission of the form, the browser collects all the lines of text,
each separated by "%0D%0A" (carriage return/line feed)"

how can I convert the "%0D%0A" to just the regular "\n" character?
I cannot use the CGI.pm module.

Thanks,
Brad


**********************************************************************
Notice:  The area code for the Wal-Mart Bentonville General 
Office in the US has changed from 501 to 479.  Please make
sure that you are dialing 479 when making calls to any 
General Office location.

**********************************************************************
This email and any files transmitted with it are confidential
and intended solely for the individual or entity to 
whom they are addressed.  If you have received this email
in error destroy it immediately.
**********************************************************************
             Wal-Mart Stores, Inc. Confidential
**********************************************************************


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to