Jump to content

why is the warning message?


riddhi

Recommended Posts

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at f:\program files\easyphp1-8\www\plaincart\add_cart.php:8) in f:\program files\easyphp1-8\www\plaincart\add_cart.php on line 14

 

for the code :-

 

session_start();

print_r ($_SESSION['productId']);

Link to comment
https://forums.phpfreaks.com/topic/48605-why-is-the-warning-message/
Share on other sites

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at f:\program files\easyphp1-8\www\plaincart\add_cart.php: in f:\program files\easyphp1-8\www\plaincart\add_cart.php on line 14

 

here is the required code :-

 

Code:

session_start();

 

print_r ($_SESSION['productId']);

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.