How to merge two PHP cURL code into one cURL
I am using cURL to get string and content type from external website. For now i am using two cURL function. The problem is it requesting two time to same web page for string and content type. Content Type :…