Hi.
I am using the header() function to forward the entire page to the browser.
The script submits a form from a sister site to my main site, but in the background, so it appears to the user they are still on the same site (apparently it brings down the google rating of both if submissions are made to other sites, plus it doesnt look as professional).
Basically, a connection is opened, headers sent, data returned, printed out. Header is used in case there are extra header tags sent out by the initial server, instead of just using echo.
The script works fine on my test server, however just a blank page is returned on their live server. Echo'ing the variable shows that the entire page IS there, just the header() wont send it to the browser.
I assume this is a php config issue. I did not set up php but I can get them to alter it if needbe.
Any ideas?
Thanks!!
K.