[FX.php List] Submitting line breaks into FM field?

Gjermund Gusland Thorsen ggt667 at gmail.com
Thu Dec 13 09:31:57 MST 2007


Unix systems uses "\n" while MacOS 9 uses "\r" and Windows and DOS uses "\r\n"

ggt

2007/12/13, Bob Patin <bob at patin.com>:
>
> On Dec 12, 2007, at 9:25 PM, Kevin Futter wrote:
>
> > On 13/12/07 2:16 PM, "Dale Bengston"
> > <dbengston at preservationstudio.com>
> > wrote:
> >
> >> Hi Kevin,
> >>
> >> I use implode("\n", $log);
> >>
> >> Dale
> >>
> >
> > Thanks Dale. I already tried that, but it didn't work.
>
> Did you try
>
> implode("\r\n",$log);
>
> I came up against the same conundrum and that worked for me...
>
> Bob Patin
> Longterm Solutions
> bob at longtermsolutions.com
> 615-333-6858
> http://www.longtermsolutions.com
> Member of FileMaker Business Alliance and FileMaker TechNet
>
>    CONTACT US VIA INSTANT MESSAGING:
>       AIM or iChat: longterm1954
>       Yahoo: longterm_solutions
>       MSN: tech at longtermsolutions.com
>       ICQ: 159333060
>
> --------------------------
> Contact us for FileMaker hosting and programming for all versions of
> FileMaker
> PHP • CDML • Full email services • Free DNS hosting • Colocation •
> Consulting
>
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>


More information about the FX.php_List mailing list