i want to update my database with new html code this it the query:
UPDATE `Pages` SET `content`= \' 6条回答 执笔经年 (楼主) 2020-12-11 12:56 Do following using addslashes() function, so it will help easily to insert update html to UPDATE `Pages` SET `content`= addslashes(' ...some words.... .some words.... ') 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Do following using addslashes() function, so it will help easily to insert update html to
addslashes()
UPDATE `Pages` SET `content`= addslashes(' ...some words.... .some words.... ')
...some words....
.some words....