Ron Korving wrote:
(which is also why magic_quotes are being removed altogether right?).
No, magic_quotes should be removed because they're dumb. The first thing anyone does when writing portable PHP code is to filter all their input through stripslashes() if magic_quotes is on, and then what has anyone gained?
-- Chad Daelhousen I've been programming for about 15 years, but it's only in the last couple that I've come to a real understanding of it all. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php