Jun 14, 2006 #1 gxydas Programmer Jan 15, 2005 76 GR Hi, How can I send variables from a PHP script to a form in another URL using POST without using curl? Thanks
Hi, How can I send variables from a PHP script to a form in another URL using POST without using curl? Thanks
Jun 14, 2006 #2 sleipnir214 Programmer May 6, 2002 15,350 US If you're sending GET-method data, it's pretty simple. Add the variables to the URL and use fopen(). For sending POST-method data, see faq434-2502 Want the best answers? Ask the best questions! TANSTAAFL! Upvote 0 Downvote
If you're sending GET-method data, it's pretty simple. Add the variables to the URL and use fopen(). For sending POST-method data, see faq434-2502 Want the best answers? Ask the best questions! TANSTAAFL!