Re: Setting a title in a php page without the 'headers sent error'
Posted by Peter on 04/13/05 00:47
> Thanks for this tip Ken... to look in the source file, i then realised
> it was loading a title from another include file! GREAT TIP!
>
> It now works a treat!
> Ben
In the event that you need to adapt or add headers after the script has
created output you can also use output buffering.