Is there a command in PHP to clear page headers. For example, say I have allready outputted some page content, but then later on in the same output I want to write a cookie; I get the error "Cannot modify header information - headers already sent by - *blahblahblah*". Is there a way to clear or reset the page headers so that I can set my cookie?
------------
Thanks in advance...