在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里面有&符号,后面的内容就插不进去了,应该怎么改?
我试了下&是可以做为内容直接插入的,看看你的长度是否够