Interview Question in SQL Server Indexing
Interview Question :: I need a computer expert
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

Loading ...