Re: [PHP] Filemaker Checkbox Data Problem...

2005-03-31 Thread Richard Lynch
On Thu, March 31, 2005 12:44 pm, Nick Zukin said: > I've got a client who uses Filemaker Pro and I'm trying to parse some of > their data. However, the checkbox data of theirs is giving me fits. From > what I've read, it's supposed to save checkboxes as data separated by > carriage returns. Howe

Re: [PHP] Filemaker Checkbox Data Problem...

2005-03-31 Thread John Nichel
Nick Zukin wrote: Will do. The only funky workaround I've found so far is just pasting the character into a str_replace. It appears as a little unknown character box in both EditPlus and Dreamweaver. What's funny, though, is that if I try to paste it as part of the line here in Outlook 2000 like

RE: [PHP] Filemaker Checkbox Data Problem...

2005-03-31 Thread Nick Zukin
m: John Nichel [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 1:16 PM To: php-general@lists.php.net Subject: Re: [PHP] Filemaker Checkbox Data Problem... Nick Zukin wrote: > Just tried a str_replace using chr(29) and it didn't work. Thanks for > trying so quickly, though. &g

Re: [PHP] Filemaker Checkbox Data Problem...

2005-03-31 Thread John Nichel
Nick Zukin wrote: Just tried a str_replace using chr(29) and it didn't work. Thanks for trying so quickly, though. Nick Good luck. Filemaker has some wierd stuff in it. If you find the answer away from the list, please let us know, as some of us are stuck with working with it too. :( -- John

RE: [PHP] Filemaker Checkbox Data Problem...

2005-03-31 Thread Nick Zukin
Just tried a str_replace using chr(29) and it didn't work. Thanks for trying so quickly, though. Nick -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 12:43 PM To: php-general@lists.php.net Subject: Re: [PHP] Filemaker Checkbox Data Pr

Re: [PHP] Filemaker Checkbox Data Problem...

2005-03-31 Thread John Nichel
Nick Zukin wrote: I've got a client who uses Filemaker Pro and I'm trying to parse some of their data. However, the checkbox data of theirs is giving me fits. From what I've read, it's supposed to save checkboxes as data separated by carriage returns. However, in looking at the data in EditPlus