Re: Save HTML code

2005-12-05 Thread sheeri kritzer
Except that that page says: A ''' inside a string quoted with '"' needs no special treatment and need not be doubled or escaped. In the same way, '"' inside a string quoted with ''' needs no special treatment. So the double quotes inside single quotes should work. And indeed, I tested this: mys

Re: Save HTML code

2005-12-01 Thread Gleb Paharenko
Hello. Use backslashes to escape double quotes. See: http://dev.mysql.com/doc/refman/5.0/en/string-syntax.html LMS wrote: > Hi, > I can't save this: > > > UPDATE [table] SET [filed]=' > id="{ID_CAMPO}">{ID_VALOR} -- For technical support contracts, goto https://order.mys

Save HTML code

2005-11-30 Thread LMS
Hi, I can't save this: UPDATE [table] SET [filed]=' {ID_VALOR}' WHERE id = [n]; in a VARCHAR(255) field, it only saves: {ID_VALOR} why? Thanks... Marcelo -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http: