lunpxp 发表于 2009-12-31 16:22:43

codeigniter数据库基本操作实例篇(一)——插入数据

提交数据后报错了.这个是什么意思.各位.俺刚接触

A PHP Error was encountered
Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\CodeIgniter\system\application\controllers\insert.php:13)

Filename: codeigniter/Common.php

Line Number: 360

Hex 发表于 2009-12-31 16:28:55

C:\AppServ\www\CodeIgniter\system\application\controllers\insert.php:13 这文件的 13 行已经 echo 东西了,必须去掉,这是 HTTP 协议规定。

PS: 此问题不属于 CI 问题,转移。
页: [1]
查看完整版本: codeigniter数据库基本操作实例篇(一)——插入数据