↧
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 ArticleDisplay 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