htetnaing Posted August 12, 2010 Share Posted August 12, 2010 Hi everyone, I have a gateway and I can submit 200 max at one time using POST. I need to send around 200,000 at a time. So, in a nut shell, I need to submit 1,000 POST without actually refreshing my page. How can I do that ? Becuz once I submit a POST, the page on my browser goes to the gateway page rather than staying on the current page. So, what I need is something like click one button do 1,000 POST and send around 200,000. Looking forward to receiving any input on this. Thanks all. Regards Link to comment https://forums.phpfreaks.com/topic/210526-how-to-submit-a-series-of-post-in-php/ Share on other sites More sharing options...
htetnaing Posted August 12, 2010 Author Share Posted August 12, 2010 Anybody ? please help me on this. I been Googling all day and couldn't find a single way to work around this problem. Greatly appreciated if someone could shed light on this issue. It's just way over my head for a noob like me. Link to comment https://forums.phpfreaks.com/topic/210526-how-to-submit-a-series-of-post-in-php/#findComment-1098504 Share on other sites More sharing options...
AbraCadaver Posted August 12, 2010 Share Posted August 12, 2010 http://us2.php.net/manual/en/function.http-post-data.php or http://us2.php.net/manual/en/function.http-post-fields.php Link to comment https://forums.phpfreaks.com/topic/210526-how-to-submit-a-series-of-post-in-php/#findComment-1098508 Share on other sites More sharing options...
htetnaing Posted August 12, 2010 Author Share Posted August 12, 2010 http://us2.php.net/manual/en/function.http-post-data.php or http://us2.php.net/manual/en/function.http-post-fields.php Oww ! That's awesome. Thank you very much. I guess I can just put that piece of method into a loop and submit as much as it's necessary. Link to comment https://forums.phpfreaks.com/topic/210526-how-to-submit-a-series-of-post-in-php/#findComment-1098517 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.