View Single Post
Old 08-09-2003, 08:48 AM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,529
sde is on a distinguished road
sending POST multiple post requests in one php script.

lets say i have an array of urls which all have the same exact form.

is it possible to send post variables and get a response without actually sending it through a form?

for example .. here is some example:
PHP Code:
<?
foreach($urls as $url)
{
  
$user sde;
  
  
// send vairables to $url via the POST method here
}
?>
if that is not possible .. how could i automate it running through the array of urls and sending to multiple forms.
__________________
Mike
sde is offline   Reply With Quote