Hi All, I am using session in my code. i am initializing value in a session variable. And retreating that value in another page so i have found that warning message. please help me to eliminate it.. message is Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\Program Files\wamp\www\Myworldphone\basket.php:2) in C:\Program Files\wamp\www\Myworldphone\basket.php on line 3
How about you copy up basket.php so we can see what's on line 2 (which is where the output is occurring, apparently)?