RE: [PHP] apostrophe's in PHP & MySQL

2002-01-08 Thread Jason Murray
> Is there a way around this? Or is this a limitation of my > older versions of PHP and MySQL? You need to apply addSlashes() to the text fields before entering them into the database. Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: [PHP] Apostrophe's

2001-07-10 Thread David Robley
On Wed, 11 Jul 2001 03:32, Dave Stewart wrote: > Hi, > > I have a script that let's me update news on my site but recently > whenever I use ' apostrphe's or " speechmarks I end up with a slash i.e > Jack's becomes Jack\'s > > From reading here and in the archives it appears I have to edit the > sc