View Single Post
Old Jan 12th, 2008, 11:30 AM   #3
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 747
Rep Power: 3 Jimbo is on a distinguished road
Re: Warning: Cannot modify header information - headers already sent by (output started at

Also of note, the PHP code must be the first thing in the file. The following will not work:
<!DOCTYPE blah blah blah>
<?php
    header('foo');
?>
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote