orange08 Posted May 20, 2009 Share Posted May 20, 2009 i get this error with my code, can anyone please tell me what's error i met here? Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\xampp\htdocs\myproject\index.php:11) in C:\xampp\htdocs\myproject\myheader.php on line 2 Link to comment https://forums.phpfreaks.com/topic/158923-what-error-i-get/ Share on other sites More sharing options...
radi8 Posted May 20, 2009 Share Posted May 20, 2009 see http://www.phpfreaks.com/forums/index.php/topic,37442.0.html Link to comment https://forums.phpfreaks.com/topic/158923-what-error-i-get/#findComment-838159 Share on other sites More sharing options...
PFMaBiSmAd Posted May 20, 2009 Share Posted May 20, 2009 http://www.phpfreaks.com/forums/index.php/topic,37442.0.html Short version - no output can be sent before a header and your code is sending output - output started at C:\xampp\htdocs\myproject\index.php:11 (line 11) Link to comment https://forums.phpfreaks.com/topic/158923-what-error-i-get/#findComment-838161 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.