Quantcast
Channel: Error parsing XML feed from my wordpress blog using php curl - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Thomas Sahlin for Error parsing XML feed from my wordpress blog...

Try specifying a file of root CAs:curl_setopt($ch, CURLOPT_CAINFO, '/path/to/your/cafile');You can download a CA file from the curl website:http://curl.haxx.se/docs/caextract.html

View Article



Answer by Traveling Tech Guy for Error parsing XML feed from my wordpress...

Try to see if you're getting any curl error - and don't forget to close the handler! $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); // return into a variable curl_setopt($ch,...

View Article

Error parsing XML feed from my wordpress blog using php curl

https://blog.onlywire.com/category/content-submission/feed/This is my feed URL. For some reason, I am not able to parse it using PHP. What am I missing?The script:$ch = curl_init( $feed_curl...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images