hello everyone,
My site uses smarty template engine. Whenever i try to save my php pages in the members are as utf-8, it does not display the page properly and some times even display a blank page.
However, the php files saved as utf-8 works properly in the other parts of the page i.e. non protected pages.
The problem arise only when i use session_start() and header(cache control:private) in the pages otherwise it is fine and some pages even display error saying: cannot modify header information, the output already sent at page---etc..
What is this problem and why am i getting this problem?
Thanking you !