Hi,
I’ve a common header for my php script. That includes session checking and manipulate the links based on the user logged in or not. This header is used for all the pages. The problem is redirection for many pages not working. It shows an error.
Cannot modify header information - headers already sent
how to resolve this issue.
thanks in advance.