Heim  >  Artikel  >  Backend-Entwicklung  >  mysql - php连接数据库查询语句中含&

mysql - php连接数据库查询语句中含&

WBOY
WBOYOriginal
2016-06-06 20:37:381101Durchsuche

在php里面用mysql_query("INSERT INTO article(title, content, author_id, time) values( '$title', '$content', $id, '$time')"'),但是$content里面有&符号,后面的内容就插不进去了,应该怎么改?

回复内容:

在php里面用mysql_query("INSERT INTO article(title, content, author_id, time) values( '$title', '$content', $id, '$time')"'),但是$content里面有&符号,后面的内容就插不进去了,应该怎么改?

我试了下&是可以做为内容直接插入的,看看你的长度是否够
mysql - php连接数据库查询语句中含&

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn