A
AileenRose
My program successfully executes with the exception of the last step of
redirecting to a web page.
The program is executed from a web page so after it is done with all of
its functions it should redirect to another page. All I get is a blank
screen.
printf( "Location: newWebPage\n\n\n");
If I duplicated this line, ie:
printf( "Location: newWebPage\n\n\n");
printf( "Location: newWebPage\n\n\n");
Then I get a page with "Location: newWebPage" displayed on it.
There is no useful information in my Apache log files. I'm at a loss
as to what I should do next.
Thanks for your help.
redirecting to a web page.
The program is executed from a web page so after it is done with all of
its functions it should redirect to another page. All I get is a blank
screen.
printf( "Location: newWebPage\n\n\n");
If I duplicated this line, ie:
printf( "Location: newWebPage\n\n\n");
printf( "Location: newWebPage\n\n\n");
Then I get a page with "Location: newWebPage" displayed on it.
There is no useful information in my Apache log files. I'm at a loss
as to what I should do next.
Thanks for your help.