Guernica Posted January 30, 2011 Share Posted January 30, 2011 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. Quote Link to comment https://forums.phpfreaks.com/topic/226164-run-form-to-external-website-in-loop/ Share on other sites More sharing options...
BlueSkyIS Posted January 30, 2011 Share Posted January 30, 2011 you can automatically submit data to some forms, but it depends on what protections they have in place to detect bots. Quote Link to comment https://forums.phpfreaks.com/topic/226164-run-form-to-external-website-in-loop/#findComment-1167533 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.