Possible Duplicate:
“Warning: Headers already sent” in PHP
When I create my php files with utf-8 bom, the header() function doesn't work because the bom chars are sent before the http headers.
<?php
tag first:--
<byte order mark><?php // code here
--