I'm trying to redirect to an external page thar expects a post query. How can I pass post vars to the header function?
Thanks a lot
You can't... The only thing you can do is pass GET Variables in the URL.
a bit klugy, but you could redirect to a page with a form and use javascript to automatically submit the form when the page loads.
I will bow out gracefully now, as I know what the next set of questions are going to be.... Have fun devinemke... LOL 😃
I don't want to redirect because the user can stop de browser or has javascript disabled. Thanks
LordShryku posted this link a few days ago. It should help.
http://www.phpbuilder.com/board/showthread.php?s=&threadid=10252526
Originally posted by vponz I'm trying to redirect to an external page thar expects a post query. How can I pass post vars to the header function? Thanks a lot
Just go with curl ( http://www.php.net/curl ), it should fix this for you :-)