Hello there, I am getting this error when using quickcart and clicking on the add to basket button (as an aside, I have the same problem with my CMS).
Cannot send session cookie - headers already sent by (output started at C:\WWW\niknet\cart\header.php:13) in C:\WWW\niknet\cart\actions_client\orders.php on line 3
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\WWW\niknet\cart\header.php:13) in C:\WWW\niknet\cart\actions_client\orders.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at C:\WWW\niknet\cart\header.php:13) in C:\WWW\niknet\cart\actions_client\orders.php on line 27
I can understand that the headers have been sent by the HTML (the system is fine without them) however I want to include a header to identify this as my page,part of my website.
Is there a way of "ignoring" the html headers, or forcing the php to come in first?
Any help gratefully received.
Nick