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..

Recommended Answers

All 2 Replies

im sorry thaht is not too simple you must use a script,
and submit your links manualy,

Replace the links with a link that points to your PHP script, and pass the ID of the URL as it is in the database. Using that ID, you can then redirect to the link in question.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.