php multiple curl urls with while loop
问题 I am developing a small script and I am bit messed up with using a couple of curl and while loop. I want to stop processing curl at a point when one of the URL is giving me a information. Note: I have multiple curl requests. So my concept is, I have a couple of URLS, which I have to process and get information from. If information is found on a particular URL, it will be giving me a string. If no information is found, it will give me no value. So I have nearly 10 URLs to process approximately