MAMP is giving me the following error:
E_WARNING: Cannot modify header information - headers already sent by (output started at /Users/jason/Sites/site.com/admin.site.com/show.php:1) in /Users/jason/Sites/trekeffect.com/admin.site.com/assets/init.inc.php on line 8
Do you know why this would happen?
This is line 8 in init.inc.php:
header('Content-type: text/html; charset=UTF-8');
This is line 1 of show.php
<?php