>백엔드 개발 >PHP 튜토리얼 >html代码怎么存入数据库?

html代码怎么存入数据库?

WBOY
WBOY원래의
2016-06-23 14:25:121936검색

请问这样的内容怎么存入数据库,我这些是采集到的内容,所以不一定。

<b style="color:#1E9EDC;">Description:</b><br><p>This product is a compact size multiple power system that is designed to power or recharge batteries of variety of portable electronic devices including most smart phones, game consoles, digital cameras, MP3/MP4, bluetooth headsets while you travel. It is also a flashlight with high, Low, and SOS three models of light functions.</p><b style="color:#1E9EDC;">Specifications:</b><br>Battery type: Samsung 18650 Lithium-ion protection board<br>Flash Model: High/Low/SOS<br>Input: DC5V-700mA<br>Output: DC5V-1000mA<br>Led: Q5WD Cree<br>Luminous: 160lm<br>Shoot Distance: 200m<br>Charging time: 5hours<br>


回复讨论(解决方案)

现在每次都只写了

你的字段类型是什么? 用 text/mediumtext 试试。

也可以考虑用base64编码一下,读出的时候解码。

你所描述的问题应该是由于引号而造成MySQL认为字段值已经结束。

<form name="form2" method="post" action="./function/search_new_product_change.php?title=<?PHP echo $title; ?>&rank=<?PHP echo $rank; ?>&imgurl=<?PHP echo $imgurl[0][0]; ?>&currency=<?PHP  echo $currency; ?>&asin=<?PHP echo $asin; ?>&product_url=<?PHP echo $txt_url; ?>&miaoshu=<?PHP echo html_entity_decode($miaoshu); ?>" >


是这个$miaoshu没传过去,传的就是

get 方式传递的数据量有限制,建议你用post传递。

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.