column_list_page}` set nID='{$_REQUEST['NodeID']}',Title='{$_REQUEST['Title'"/> column_list_page}` set nID='{$_REQUEST['NodeID']}',Title='{$_REQUEST['Title'">

Home  >  Article  >  Backend Development  >  ! php mysql insert 长字符串不能插入有关问题

! php mysql insert 长字符串不能插入有关问题

WBOY
WBOYOriginal
2016-06-13 11:39:301175browse

求助! php mysql insert 长字符串不能插入问题.
语句是这样的:
$sql = "INSERT INTO `{$table->column_list_page}` set nID='{$_REQUEST['NodeID']}',Title='{$_REQUEST['Title']}',Author='{$_REQUEST['Author']}',Content='{$_REQUEST['Content']}',Note='{$_REQUEST['Note']}',editor='{$_SESSION['adminUserInfo']['aUserID']}',time='".time()."'";

$db->query($sql);}

插入几页字符没有问题,插入从word 中复制的十页以上的文档时,无法插入.

求救啊!


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn