I need a custom script built to help manage my content and SEO-friendly interlinking. CURRENT SYSTEM Currently, I have many articles on the website stored into a simple database. The Mysql table includes the Title and Article while a PHP script makes it into separate pages. So all these pages: http://www.proxykey.com/proxy-list.html http://www.proxykey.com/free-proxy.html http://www.proxykey.com/proxies.html + 80 or so more are in 1 Mysql Table. The Titles of each entry is: proxy list free proxy proxies etc. (the script converts the Title into the actual PHP page with a dash between words) WHAT I WANT BUILT In the content of each article, I want to link to other pages that I have available. For example, the article on http://www.proxykey.com/proxy-list.html contains the words "proxy site." Since "proxy site" is another page (Title) I have on the database, I want the words, when appeared, to link to: http://www.proxykey.com/proxy-site.html If you have an idea of how to do this, please let me know!
I can definitely do this for you. I'll use regular expressions to find instances in your articles of these 80 or so keywords, and when it finds an appropriate match, it will convert the text into a link. This should relatively easy to do, and I'm ready to begin work now. $20? Let me know