I would like my page to be redirected to new url with some post data being sent to it. I don't want to use curl or fsocket because they will not redirect user to that new url.
Is there any alternative for header("Location: blahblahblah"); to send post data? I tried with document.form.submit(); and it worked but some users are facing problem with javascript.
Can any one provide alternate solution for this? Is there any php function to redirect user to new url along with some post data being sent to this url.
Şimdiden teşekkürler.