From: Kimberly G. <kg...@gm...> - 2006-04-21 14:06:15
|
Hello all. I am sorry to bother everyone with what seems like may be a common question, judging from the results I have found when searching on this error string I received. As I am not familiar with the ins and outs of php, though, my every adjustment only makes the situation worse. So I have returned my code to its original state and am coming to the experts. I installed phpEsp (v 1.7.5) on my server last night. I created a survey, and received the message "You have completed this survey design. To insert this survey into your web page, copy the text below, and paste it into the HTML of your page. <?php $sid=3D2; include("/home/knitty/public_html/survey//public/handler.ph= p");?> ..." I need to have the survey look custom with my site, so I am using that option rather than the url they give to access it directly. Now, the problem starts, whenever I load my quiz.php, I get the quiz, but this error message is at the top:"Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/knitty/public_html/quiz.php:15) in /home/knitty/public_html/survey/public/handler-prefix.php on line 54" Can you benevolent geniuses please help a girl out? Thanks so much!! |