dsyq40772 2018-05-11 09:40
浏览 171

如何将内容段转换为存储在mysql中?

I am using Bootstrap Summernote in form. I insert the data via Jquery-Ajax in php. Now i have one paragraph which i am entering in Summernote Editor. Which i want to convert the special characters which is entered in Editor.

Editor Content Like Below :

“Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ac ullamcorper enim. Nam consectetur aliquam consequat. Quisque in odio in lorem porta vehicula et eget quam”

Vivamus ornare ante vel tincidunt efficitur. Ut et semper diam, non aliquet elit. Nunc vulputate gravida magna. Vivamus malesuada, nisl ac placerat ultricies - purus ligula venenatis neque, et tristique massa urna id risus. Nam laoreet, dui ut congue elementum, sapien lectus congue tortor, a aliquam lorem sapien mattis arcu. Mauris dapibus lorem eleifend lacus euismod faucibus. Nullam congue, dolor nec tempor feugiat, quam ligula congue lacus, sit amet aliquet orci velit id turpis.

How should i encode this text to store in the database and decode for view in html page as same as paragraph? My concern is how to encode-decode special character in php-mysql?

  • 写回答

3条回答 默认 最新

  • douqiao8370 2018-05-11 09:52
    关注

    In MySQL you have TEXT and BLOB types which are used for storing big amount of data.

    The difference with VARCHAR is that those are stored off the table in some external location and are just referred to by a pointer from the record. Hence they are slower than VARCHAR but with the plus side of allowing you to store more data. The mentioned types can contain data with max length 2^16 byte. If you need to store more data you have LONGBLOB, LONGTEXT that go up to 2^32.

    评论

报告相同问题?

悬赏问题

  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂
  • ¥15 wordpress 产品图片 GIF 没法显示
  • ¥15 求三国群英传pl国战时间的修改方法