0
votes
3answers
204 views
MySQL cuts off string at special chars
Hello,
I'm trying to insert remote POST data (articles sent by iSnare) into MySQL with PHP. Data comes successfully from remote POST sender and I can write it to plain-text file without a problem.
…
2
votes
3answers
268 views
accented words in email subject break spacing - how do I stop this?
We have a custom php email marketing app, and an interesting problem:
If the subject line of the message contains a word with accents, it 'swallows' the spaces between it and the following word.
An …
0
votes
2answers
620 views
java inserting special characters with preparedstatement fails
I am using an HTML form which sends
<input type=hidden name=longdesc value='SMARTNET%^" 8X5XNBD'>
this is done by the following javascript code:
function masinsert(id)
{
var …
0
votes
3answers
413 views
MySQL update error when special characters are used
Hi All,
I was wondering if anyone had come across this one before. I have a customer who uses special characters in their product description field. Updating to a MySQL database works fine if we use …
