In article <478EB6C82CC2D4119AF300B0D07963F4087721@NTSERVER01>, [EMAIL PROTECTED] (Sam) wrote: > But, it appears that the users type in a lot of character returns as well as > such symbols as " and commas. > > Is there a way, when creating the text file, to get rid of all these? Many ways. Some of the most common ways: http://php.net/str_replace http://php.net/ereg_replace http://php.net/preg_replace http://php.net/trim http://php.net/chop (For even more ideas, review the entire list of string functions) -- CC -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]