chestertb
04-03-2004, 04:10 AM
Hi all,
I have a content management system for one of our sites, that uses PHP and MySQL to create and store editorial for e-magazine articles.
As I tend to write informally, I use the " ' " a great deal... as in "we're", or "they're".
On the server, no problem. Either PHP or MySQL (I haven't figured out which) is smart enough to know what to do, and the records update without problem.
On my local machine, which I use for development and testing of new scripts, and which has the same versions of PHP and MySQL as the server, I can not use " ' " without escaping the character in the text field.
The server, by the way, runs Linux, while my desk runs Windoze 2K.
Is there a setting somewhere?
Have I misconfigured something?
Does anyone else think getting all of these things to talk to each other should be easier than it is?
Thanks
CTB
I have a content management system for one of our sites, that uses PHP and MySQL to create and store editorial for e-magazine articles.
As I tend to write informally, I use the " ' " a great deal... as in "we're", or "they're".
On the server, no problem. Either PHP or MySQL (I haven't figured out which) is smart enough to know what to do, and the records update without problem.
On my local machine, which I use for development and testing of new scripts, and which has the same versions of PHP and MySQL as the server, I can not use " ' " without escaping the character in the text field.
The server, by the way, runs Linux, while my desk runs Windoze 2K.
Is there a setting somewhere?
Have I misconfigured something?
Does anyone else think getting all of these things to talk to each other should be easier than it is?
Thanks
CTB