View Single Post
  #6 (permalink)  
Old Feb 2nd, 2006, 19:28
zombbb zombbb is offline
Junior Member
Join Date: Nov 2005
Age: 28
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Cannot modify header information - headers already sent

Some example again i will quote same page:
"<?php
header("Location: http://www.example.com/"); /* Redirect browser */

/* Make sure that code below does not get executed when we redirect. */
exit;?>"
Good luck
www.take-host.com
Reply With Quote