I need to add events to my database so I though I would try a simple one to see how it goes. I added a message to appear after a successful login.
I tried to login and the page displays the following:
Your message here
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxxx/public_html/xxxxxxxx/include/events.php:5) in /home/xxxxxxx/public_html/xxxxxxxx/login.php on line 119
I have replaced parts of path with xxxxxxxx
Also just tried before login and got this error:
Parse error: syntax error, unexpected T_RETURN in /home/xxxxxxxx/public_html/xxxxxxxx/include/events.php on line 10
Any ideas anyone?
Thanks
Mike