Hi all,
Ok I have created a login page using PHP but when I test it in the browser I get the following:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\program files\apache group\apache\htdocs\newsite\url_fns.php:265) in c:\program files\apache group\apache\htdocs\newsite\member.php on line 5
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\program files\apache group\apache\htdocs\newsite\url_fns.php:265) in c:\program files\apache group\apache\htdocs\newsite\member.php on line 5
I imagine this has something to do with session_start().
Please, please, please could you kindly help me to remedy the problem.
I am working on Windows 2000 if that makes any difference.
Thank you.
Kevin