session problem.
Posted: Mon Dec 28, 2009 10:28 am
The following message is appearing with o/p.
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/hope/public_html/dnb1.php:1) in /home/hope/public_html/dnb1.php on line 3.
1) I'm using UTF-8 collation in database.
2) I put session start function at top of document.
3) I tried ob_start("ob_gzhandler") Function.
4) I saved my document in utf-8 excluding BOM.
5) i'm using Session variable to transfer tha data from one file to another.
I tried all possibilities which i know.
I get the required o/p BUT the above message is appearing on the top of o/p.
How can i remove the msg.
Help me.
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/hope/public_html/dnb1.php:1) in /home/hope/public_html/dnb1.php on line 3.
1) I'm using UTF-8 collation in database.
2) I put session start function at top of document.
3) I tried ob_start("ob_gzhandler") Function.
4) I saved my document in utf-8 excluding BOM.
5) i'm using Session variable to transfer tha data from one file to another.
I tried all possibilities which i know.
I get the required o/p BUT the above message is appearing on the top of o/p.
How can i remove the msg.
Help me.