|
Posted by Nick Zukin on 04/01/05 00:14
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:john@kegworks.com]
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
john@kegworks.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Navigation:
[Reply to this message]
|