Thread: form
View Single Post
  #7 (permalink)  
Old Apr 5th, 2007, 16:56
dannyboy26 dannyboy26 is offline
Junior Member
Join Date: Jan 2006
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: form

As above, if you're sending headers you need to do so before anything is echoed to the screen as that would automatically send the headers. Therefore either don't have any echoes in sections of your code that may then lead to a redirect, or use output buffering to make sure its not actually sent. Add exit; directly under your header call.
Reply With Quote