↧
Answer by Rishad for conditional loop to fetch images in php simplepie rss
Like @devon said, I tried with else if and it did my job. Instead of checking each image availability in seperate if loops, i looped through if elseif loops. So only one result is generated and if any...
View Articleconditional loop to fetch images in php simplepie rss
I am trying to make a news reader using SimplePie in PHP. Everything was working fine when i tried to fetch images from feeds. In my little understanding what i concluded is i have to fetch images in...
View Article