Someone who is really good at programming, and codenig stuff like php, my sql, main stuff like that. cause my problem is complicated and i need someone who knows what they are doing:
ok now my problem is that im have set up a user script with monthly payments and everything, but when i test to see if people an sign up i get::
Warning: Cannot modify header information - headers already sent by(output started at /home/*******/public_html/*****/registra... in /home/*******/public_html/*****/registra... on line 250
and when i go to both lines they tell me:
Line 250::
header('Location: index.php?action=pay&user_id=' . $user->user_id. '&user_membership=' . $_POST['user_membership']);
whats happening
2007-10-28
06:36:20
·
2 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
I am useing www.membersitewizard.com user script.
I am also getting when i try to test users profile i get::
Warning: Cannot modify header information - headers already sent by (output started at /home/******/public_html/******/registra... in /home/******/public_html/******/lib/auth... on line 7
and
Warning: Cannot modify header information - headers already sent by (output started at /home/shay/public_html/msm/registration/... in /home/shay/public_html/msm/lib/auth_db.p... on line 8
and when i go to the both lines it says:
Line 7:: header('WWW-Authenticate: Basic realm="'. SITE_NAME . '"');
Line 8:: header('HTTP/1.0 401 Unauthorized');
2007-10-28
06:39:47 ·
update #1
ok...............not an expert!
2007-10-28
06:55:14 ·
update #2