[FX.php List] Populating a checkbox field in FM
Bob Patin
bob at patin.com
Mon Apr 30 16:04:16 MDT 2007
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
More information about the FX.php_List
mailing list