How to send post data to any url (with redirection) without using curl or fsocket in php -


I think my page will be redirected with some post data sent to some URL. I do not want to use curl or fsocket because they will not redirect the user to that new URL.

Is there a substitute for header ("Location: Blblblah"); To send post data? I tried with document.form.submit (); And it worked but some users are experiencing problems with Javascript.

Can anyone provide workaround for this?

Thanks in advance.

Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -