Re: [PHP] HTML in database

2007-07-04 Thread Bruce Cowin
Me too. :-) I appreciated your quick response, though. Regards, Bruce >>> Chris <[EMAIL PROTECTED]> 5/07/2007 1:14:58 p.m. >>> Bruce Cowin wrote: > Thanks. Sorry, I should have mentioned I'm using MS Sql Server and I don't > see a mssql equivalent to that function. Ahh - sorry, missed tha

Re: [PHP] HTML in database

2007-07-04 Thread Chris
Bruce Cowin wrote: Thanks. Sorry, I should have mentioned I'm using MS Sql Server and I don't see a mssql equivalent to that function. Ahh - sorry, missed that in your original post. -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] HTML in database

2007-07-04 Thread Bruce Cowin
Thanks. Sorry, I should have mentioned I'm using MS Sql Server and I don't see a mssql equivalent to that function. Regards, Bruce >>> Chris <[EMAIL PROTECTED]> 5/07/2007 12:10:17 p.m. >>> Bruce Cowin wrote: > I am writing code to store a bunch of email files, in MIME format, into a > databa

Re: [PHP] HTML in database

2007-07-04 Thread Chris
Bruce Cowin wrote: I am writing code to store a bunch of email files, in MIME format, into a database. The body of some of these emails, but not all, are in HTML format. If I use addslashes (after checking get_magic_quotes_gpc()), the database record won't get saved. There's no error messag