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 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 each
> page that inserts it into the db and each page that presents it?
>
> I'm using a MySQL db.
>
>
> Thanks!
>
>   

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to