[FX.php List] Populating a checkbox field in FM

Gjermund Gusland Thorsen ggt667 at gmail.com
Tue May 1 08:41:56 MDT 2007


implode( "\n" , list( $s1, $s2, $s3 ) )

However changing those to s[] instead of s1, s2, s3 in the form would
make it possible
to use implode( "\n", $s )

ggt667

On 5/1/07, Bob Patin <bob at patin.com> wrote:
> I think I just found it...
>
> "\r" instead of "\n"
>
>
> On Apr 30, 2007, at 4:59 PM, Bob Patin wrote:
>
> > I'm frantically trying to finish this project today, and am trying
> > to take the values of some checkboxes and put them into a field in
> > FileMaker.
> >
> > I know they need to be on separate lines; so if I have $s1, $s2,
> > and $s3, how do I use PHP to put them into a separate value, one
> > line per each?
> >
> > I tried
> >
> > $val = $s1."\n".$s2."\n".$s3;
> >
> > But this doesn't send carriage returns; I also tried
> >
> > $val = $s1."<br>".$s2;
> >
> > and that didn't work... someone please tell me the obvious... :)
> >
> > Thanks,
> >
> > Bob
> >
> >
> > _______________________________________________
> > FX.php_List mailing list
> > FX.php_List at mail.iviking.org
> > http://www.iviking.org/mailman/listinfo/fx.php_list
>
> _______________________________________________
> 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