Re: [PHP] Mystery Binary Characters in My Files

2002-04-06 Thread Jeff Levy
I already do an htmlentities/specialchars on input data, but some of these characters are still creeping in... is there any way, on fread(), to strip out these boolsh*t chars? On Sat, 06 Apr 2002 10:04:11 -0500, heinisch wrote: > At 06.04.2002 08:36, you wrote: > >>I read in the contents of a

Re: [PHP] Mystery Binary Characters in My Files

2002-04-06 Thread heinisch
At 06.04.2002 08:36, you wrote: >I read in the contents of an old mysql database, and made XML files out >of the data contained in it. The total job came out to about 6800 files, >or "Documents". > >I'm finding that, sporadically, when reading these XML files, and passing >the xmldata to sablotr

[PHP] Mystery Binary Characters in My Files

2002-04-06 Thread Jeff Levy
or "How I Learned To Stop Breathing and Oxygenate By Osmosis"... Hello, I'm having a problem, hopefully the experts in this group can help me around it. I read in the contents of an old mysql database, and made XML files out of the data contained in it. The total job came out to about 6800 file