CommanderZ Posted April 2, 2006 Share Posted April 2, 2006 HelloI need to open a external webpage in my PHP script with POST parameters. I know I can open a page using command FOpen($adress,"r"), but I get stuck while I need to send a POST param to that page and open it with this param.Is there a way how to do this?Thx for help Quote Link to comment Share on other sites More sharing options...
kenrbnsn Posted April 2, 2006 Share Posted April 2, 2006 Look at the [a href=\"http://www.php.net/manual/en/ref.curl.php\" target=\"_blank\"]curl functions[/a].Ken Quote Link to comment Share on other sites More sharing options...
CommanderZ Posted April 3, 2006 Author Share Posted April 3, 2006 Thanks a lot, thats the thing I was looking for. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.