Jun 14, 2006 #1 gxydas Programmer Joined Jan 15, 2005 Messages 76 Location 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 Joined May 6, 2002 Messages 15,350 Location 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!