Warning: Cannot send session cookie - headers already sent by (output started at d:\web.root\xx_db\view_module.php:9) in d:\web.root\xx_db\view_module.php on line 108
here is my code:
$title = $row[$k];
session_start();
$ses_title = $title;
session_register("ses_title");
This should be pretty easy...what am I doing wrong?
Someone help...error posted
Moderator: General Moderators
- mydimension
- Moderator
- Posts: 531
- Joined: Tue Apr 23, 2002 6:00 pm
- Location: Lowell, MA USA
- Contact:
please read this thread: Sticky: Before Post Read: Warning: Cannot add header information
it applies to cookies as well as they are shipping within the response headers
it applies to cookies as well as they are shipping within the response headers