1- Well, check your modules\header.php, line 3, as the message states. Someone is outputting on line 3 or before. Maybe an include file.
2- Check that there are no spaces/anything before "<?php" in the php files. 3- Delete all closing "?>" in php files. Spaces after can/will cause outputting. 4- Check if any file has UTF BOM chars at the beginning. Those are invisible so I'm using Notepad++ for that. 1 my header.php code is in above post, the strange is that if i remove everything and i leave the 2 includes,it works... so i thing the error has something to do with the echo 2 there are no spaces 3 i deleted them all 4 none of them -- View this message in context: http://n4.nabble.com/Trying-to-add-some-data-to-database-from-a-form-tp1599560p1599798.html Sent from the Zend Framework mailing list archive at Nabble.com.
