I access a RSS feed and the content is displayed in my website using PHP. There are times when there is no result from the RSS feed. How do i capture this so that i can display data from another source when the RSS feed fails.
I would like to capture the following when i access the RSS Feed :
1> Blank Result / No Result (Server us Up and running)
2> Server Response Very Slow or Server Down
3> Errors (Server us Up and running)
Please guide.