<br />
<b>Warning</b>: Cannot send session cookie - headers already sent by (output started at /home/train01/php/admin_fns.php:2) in <b>/home/train01/php/insert_customer_form.php</b> on line <b>5</b><br />
<br />
<b>Warning</b>: Cannot send session cache limiter - headers already sent (output started at /home/train01/php/admin_fns.php:2) in <b>/home/train01/php/insert_customer_form.php</b> on line <b>5</b><br />
What does this error mean?
Moderator: General Moderators
please read Warning: Cannot add header information
and keep in mind: the php-session handling uses cookies by default and cookies are sent as response header.
and keep in mind: the php-session handling uses cookies by default and cookies are sent as response header.