Quantcast
Channel: Display text after empty RSS feed - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by jcaron for Display text after empty RSS feed

When you call RSS_Display, instead of displaying it immediately, store its return value in a variable. Then you can test whether it's an empty string (nothing to display) or not, and act...

View Article


Display text after empty RSS feed

I am new to php and hoping someone can help.I have been able to get an RSS feed up and running by pulling different code from over the internet.What I am trying to achieve is, if the RSS feed is empty,...

View Article

Browsing latest articles
Browse All 2 View Live