Would using a session and HTTP_POST_VARS at the same time create the following error message? if not I am stuck what is...
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\project\user logged in\calls\callinformationstep2.php:6) in c:\apache\htdocs\project\user logged in\calls\callinformationstep2.php on line 93
line 93 is:
header(sprintf("Location: %s", $insertGoTo));
I am trying to post a form into a row in my DB and then on the next page it tells you what you entered by retreiving the data from the HTTP_POST_VARS, this has worked with other things in the past but not now? any ideas all????
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\project\user logged in\calls\callinformationstep2.php:6) in c:\apache\htdocs\project\user logged in\calls\callinformationstep2.php on line 93
line 93 is:
header(sprintf("Location: %s", $insertGoTo));
I am trying to post a form into a row in my DB and then on the next page it tells you what you entered by retreiving the data from the HTTP_POST_VARS, this has worked with other things in the past but not now? any ideas all????