for php developer it is very common problem ” Header already send”. recently we have faced such a problem. there three reason for that.
first one is if any space or other thing before starting <?php tag .
second reason is if any output occur or echo or print command before redirect.
and the third is very uncommon . if any body enter newline after ending php tad ?> than it occur.
so if an one fetch this problem check this thing.
Advertisement