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



Reply via email to