Quantcast
Channel: RSS-Feed returns an empty string - Stack Overflow
Viewing all articles
Browse latest Browse all 3

RSS-Feed returns an empty string

$
0
0

I have a news portal that displays RSS Feeds Items. Approximately 50 sources are read and it works very well.

Only with a source I always get an empty string. The RSS Validator of W3C can read the RSS feed. Even my program Vienna receives data.

What can I do?

Here is my simple code:

$link = 'http://blog.bosch-si.com/feed/';$response = file_get_contents($link);if($response !== false) {    var_dump($response);} else {    echo 'Error ';}

Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images