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 Link to comment https://forums.phpfreaks.com/topic/6410-opening-external-webpage-with-post-parameter/ 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 Link to comment https://forums.phpfreaks.com/topic/6410-opening-external-webpage-with-post-parameter/#findComment-23223 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. Link to comment https://forums.phpfreaks.com/topic/6410-opening-external-webpage-with-post-parameter/#findComment-23484 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.