From: Louis G. <zeb...@ya...> - 2006-04-17 22:01:11
|
Hello, I've searched the list and cannot find an answer to what I imagine to be a very simple problem. I've created a simple survey and placed the php code in a php page. The survey appears okay, except that the following lines appear above it. Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/indiefi/public_html/charlottefilmfestival/survey.php:9) in /home/indiefi/public_html/charlottefilmfestival/surveys/public/handler-prefix.php on line 54 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/indiefi/public_html/charlottefilmfestival/survey.php:9) in /home/indiefi/public_html/charlottefilmfestival/surveys/public/handler-prefix.php on line 54 I have tried creating a tmp folder and adding this line session_save_path("/home/indiefi/public_html/charlottefilmfestival/surveys/tmp"); but nothing has changed. Please help. Thanks! LG |