Tagged Questions
0
votes
1answer
2k views
php multi curl multi get request , multi post request
I need to make multiple GET requests to a specific web page which generates a random number and then make multiple POST requests with that specific numbers . So far I have this code :
functions.php
...