It could be that your old server had magic_quotes_gpc turned on in your php.ini.
Rich On 31/01/2008, Voytek Eymont <[EMAIL PROTECTED]> wrote: > > I have a PHP/MySQL custom CMS from a little while ago; > the original developer is no longer available, > > recently, I've upgraded server from RH73 MySQL 3.x > to Centos 4.x MySQL 4.1.22 > > now, on the new server, the user can not save any edited text that > contains apostrophies (the existing text contains apostropies 'from > before') > > could that be the MySQL collation that's the problem...? > > actual collation is 'utf8_general_ci', should I change it to 'latin1' > ?(which I guess MySQL 3.x was) > > > > > -- > Voytek > > -- > SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ > Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html > -- Rich Buggy http://www.buggy.id.au/ -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
