Welcome Guest, Not a member yet? Register   Sign In
Insert Error
#2

[eluser]pickupman[/eluser]
[quote author="chicadeas" date="1272807940"]I am new to Codeigniter. I get this message when I try to insert info into my database. Need help.
Message: Cannot modify header information - headers already sent by (output started at /home/danadria/public_html/system/application/controllers/blog.php:1)[/quote]

This means you may have a empty line at the start of your file ie:
Code:
(blank line here)
<?php
class Your_file_begins_here
Make sure the opening php tag is on line 1 of you file. You may also get this problem if you leave an empty line after a closing php tag. To save yourself some headaches, you may leave off the closing php tag for a file.


Messages In This Thread
Insert Error - by El Forum - 05-02-2010, 02:45 AM
Insert Error - by El Forum - 05-02-2010, 09:05 AM
Insert Error - by El Forum - 05-03-2010, 05:15 AM
Insert Error - by El Forum - 05-03-2010, 07:03 AM
Insert Error - by El Forum - 05-03-2010, 08:21 AM
Insert Error - by El Forum - 05-03-2010, 11:42 AM
Insert Error - by El Forum - 05-03-2010, 12:02 PM
Insert Error - by El Forum - 05-03-2010, 12:37 PM
Insert Error - by El Forum - 05-03-2010, 02:29 PM
Insert Error - by El Forum - 05-03-2010, 02:31 PM
Insert Error - by El Forum - 05-03-2010, 03:46 PM
Insert Error - by El Forum - 05-03-2010, 05:59 PM
Insert Error - by El Forum - 05-04-2010, 05:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB