$sql = "INSERT INTO `news`(`id`, `title`, `dates`, `contents`) VALUES (null,'$title',now(),'$contents')";这句后面把sql语句打印出来看一看有没有问题:echo $sql; //试一下这一行。