Hi all,
I have created a registeration page where user enters details which are validated and stored in MySQL. However, when I test it in browser I get the errors:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\program files\apache group\apache\htdocs\newsite\welcome.php:6) in c:\program files\apache group\apache\htdocs\newsite\welcome.php on line 202
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\program files\apache group\apache\htdocs\newsite\welcome.php:6) in c:\program files\apache group\apache\htdocs\newsite\welcome.php on line 202
Please please could you help me out here. Thanks very much in advance.
Kevin.