hi all.
i am getting an error:
[PHP]
Warning: session_registe r() [function.sessio n-register]: Cannot send session cookie - headers already sent by (output started at C:\wamp\www\WTA \admin\login.ph p:14) in C:\wamp\www\WTA \admin\login.ph p on line 20
[PHP]
and two other similar header errors. so i think i need to somehow stop the sending of headers untill the end of my script if anyone can impart their wisdom on the matter i would be greatful
eric
i am getting an error:
[PHP]
Warning: session_registe r() [function.sessio n-register]: Cannot send session cookie - headers already sent by (output started at C:\wamp\www\WTA \admin\login.ph p:14) in C:\wamp\www\WTA \admin\login.ph p on line 20
[PHP]
and two other similar header errors. so i think i need to somehow stop the sending of headers untill the end of my script if anyone can impart their wisdom on the matter i would be greatful
eric
Comment