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 this:

$mystring = str_replace("
", ", ", $mystring);

It breaks the line up, apparently creating a carriage return.  Ugh.  I'd
sure like to find a less hacky way to do it.  I've done a lot of googling
and haven't found anything yet.

Nick

-----Original Message-----
From: 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.
>
> 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 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