Hello,
This is my first request for help.
Here is what I am trying to achieve
1.. Get data 10 items with RSS feeds -> working
2.. Show 1 data at a time -> working
Now, I am using a php function str_replace to replace certain words with this rss feed data url
Lets say, I have 5 words "Garden" on one page and want to replace them something like
<a href="rssitemurl-1> Garden </a>
<a href="rssitemurl-2> Garden </a>
<a href="rssitemurl-3> Garden </a>
etc..
But with str_replace function its using "rssitemurl-1 to all Garden words..
Can anyone help me on it?
Well, I am not a programmer, so would appreciate if you can show me the exact code/function I can play with.