PHP curl_multi_getcontent returns null
问题 I have been following this tutorial on how to use curl_multi . http://arguments.callee.info/2010/02/21/multiple-curl-requests-with-php/ I can't tell what I am doing wrong, but curl_multi_getcontent is returning null. It is suppose to return JSON. I know it is not the mysql call as I had it working with a while loop and standard curl_exec , but The page was taking too long to load. (I've changed some of the setopt details for security) Relevant PHP Code snippet. I do close the while loop in