I have been looking for a while for a way to redirect my page once someone has logged in.
I have beed trying to use the following:
header ( "Location: etc "
;
exit;
but i always get the error that the headers have already been sent:
Warning: Cannot add header information - headers already sent by (output started at etc
Is there another way,
Thanks H
I have beed trying to use the following:
header ( "Location: etc "
exit;
but i always get the error that the headers have already been sent:
Warning: Cannot add header information - headers already sent by (output started at etc
Is there another way,
Thanks H