I'm using cURL in PHP to get webpage content and it's working great. But my program now requires me to get only plain-text from the target site, instead of HTML. I've looked extensively for this but no one seems to have the answer. I've also tried setting CURLOPT_TRANSFERTEXT=1
in my cURL options, but this seems to have no effect on the results.
Any idea why this is happening?
Make sure you have the following:
The return value of
curl_exec
should then be the data.