用户
 找回密码
 入住 CI 中国社区
搜索
查看: 4203|回复: 1
收起左侧

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

[复制链接]
发表于 2009-12-31 16:22:43 | 显示全部楼层 |阅读模式
提交数据后报错了.这个是什么意思.各位.俺刚接触

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
发表于 2009-12-31 16:28:55 | 显示全部楼层
C:\AppServ\www\CodeIgniter\system\application\controllers\insert.php:13 这文件的 13 行已经 echo 东西了,必须去掉,这是 HTTP 协议规定。

PS: 此问题不属于 CI 问题,转移。

本版积分规则