Jump to content

How to submit a series of POST in php


htetnaing

Recommended Posts

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

 

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.

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.