I have created a cart, it works perfect on my mac, but when I test it on my pc it comes up with a warning:
Warning: session_start(): Cannot send session cookie-headers already sent by (cart.php)
Also another warning:
Warning: Cannot modify header information - headers already sent by (cart.php)
What does this all mean?
Warning: session_start(): Cannot send session cookie-headers already sent by (cart.php)
Also another warning:
Warning: Cannot modify header information - headers already sent by (cart.php)
What does this all mean?