Someone help...error posted
Posted: Sat Nov 23, 2002 11:56 pm
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?
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?