Jump to content

Run form to external website in loop


Guernica

Recommended Posts

I have been trying to figure this out for a friend of mine that wants this done, but I have begun to think that it just isn't possible - for security reasons...

 

I need to run a HTML form on an external website for each url selected - so run through a loop processing the form over and over...

 

Something like:

 

for($i=0;$i<=count($urls);$i++){
// run form on http://website.com using $url[$i]
}

 

Can this be done?

 

I am thinking that without recreating the PHP script the site uses in the form, it can't.

Link to comment
https://forums.phpfreaks.com/topic/226164-run-form-to-external-website-in-loop/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.