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 Problem...


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 I can't
> discern what they are and in trying to parse them with str_replace I've
had
> no luck searching for \r \n \r\n or anything else.

If this is these 'repeating fields' I had to deal with a few months
back, it's some special character.  You can make this character in php
with....

chr ( 29 );

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to