On Wed, Jun 11, 2008 at 4:48 PM, Ludwig Isaac Lim <[EMAIL PROTECTED]> wrote: > Hi: > > There's not really a problem as of now. But the data from the textarea will > be stored in a > plain text file. Will there be any side effects if the newlines are in form > of "\r\n" or "\r" as > opposed to "\n"?
Hmm possibly, if you do some searching on that textarea data that sets records as text strings separated by newlines '\n'. You can always just run a filter by your data to be safe. -- Zak B. Elep || http://zakame.spunge.org [EMAIL PROTECTED] || [EMAIL PROTECTED] || [EMAIL PROTECTED] 1486 7957 454D E529 E4F1 F75E 5787 B1FD FA53 851D _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

