Hi,
I am hoping someone might be able to help. I have set up a MySQL database and am trying to learn basic user authentication using session control. However, whenever I go to any of my pages that access the database, I get:
Warning: Cannot send session cache limiter - headers already sent (output started at /www.worcesterit.co.uk/member.php:8) in /www.worcesterit.co.uk/member.php on line 67
This line is simpy:
session_start();
I have double checked the username, password and table name, so I know it is not any of these. Does anyone have any ideas at all?
Many thanks,
Al