I am using MySQL database to download various RSS feeds every few hours. The feeds are then displayed on my website that shows a direct link to the original website where the feed is coming from. I want to change this such that the link would show my website that would finally redirect to the original link. This could be a simple task, but I am not able to figure out what tools should I use. I am using a PHP code to download the feed content in MySQL.
Thanks for your help..