hi i am getting the following error and do not know what it means.
Warning: Cannot modify header information - headers already sent by (output started at d:\Project\htdocs\seminarmanager\includes\back_header.php:99) in d:\Project\htdocs\seminarmanager\cms_seminars\kegmember\create_kegmember.php on line 128
line 128:
$created = "../kegmember/KEGmember_Created.php?id=".$user;
header("Location: $created");
i am using an include function at the top and bottom of the page. like this
include ('../../includes/back_header.php');
include ('../../includes/back_footer.php');
when i comment out the following line it works //include ('../../includes/back_header.php'); otherwise i get the error at the top.
header is used when someone fills in the form successfully and get directed to another page. The form worked successfully but when i added the includes it doeson't.
anyone help this is buuging me
thnaks