Re: [PHP] clean data

2008-10-28 Thread Bastien Koert
On Mon, Oct 27, 2008 at 9:53 PM, Micah Gersten <[EMAIL PROTECTED]> wrote: > In that case, I suggest you look to the MySQL lists for tips on handling > data coming in. > > Thank you, > Micah Gersten > onShore Networks > Internal Developer > http://www.onshore.com > > > > blackwater dev wrote: > > Y

Re: [PHP] clean data

2008-10-27 Thread Micah Gersten
In that case, I suggest you look to the MySQL lists for tips on handling data coming in. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com blackwater dev wrote: > Yes, I agree but the code I am inheriting doesn't use abstraction > unfortunately. > > On Mon, Oct

Re: [PHP] clean data

2008-10-27 Thread blackwater dev
Yes, I agree but the code I am inheriting doesn't use abstraction unfortunately. On Mon, Oct 27, 2008 at 9:38 PM, Micah Gersten <[EMAIL PROTECTED]> wrote: > Are you using MySQL abstraction? That's the easiest way to control what > data goes into your DB in a central place. > > Thank you, > Micah

Re: [PHP] clean data

2008-10-27 Thread Micah Gersten
Are you using MySQL abstraction? That's the easiest way to control what data goes into your DB in a central place. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com blackwater dev wrote: > I have a project now where we would like to properly remove unwanted da

[PHP] clean data

2008-10-27 Thread blackwater dev
I have a project now where we would like to properly remove unwanted data before it goes into the db such as ` and of course slashes. The problem is I have tons of pages. Is there an easy way to add in a clean up routine on the db side to clean it going in and coming out without having to touch e

Re: [PHP] Clean data / text for XML

2006-01-31 Thread Richard Lynch
On Tue, January 31, 2006 10:21 am, Russell Jones wrote: > Any good classes or scripts out there to just clean data that will be > placed > into XML? I always have a problem with random "tokens" ruining XML and > I > would prefer if I could just find a way to clean all the junk out > before > puttin

[PHP] Clean data / text for XML

2006-01-31 Thread Russell Jones
Any good classes or scripts out there to just clean data that will be placed into XML? I always have a problem with random "tokens" ruining XML and I would prefer if I could just find a way to clean all the junk out before putting it into an xml file.