How do I write code that would find related (similar) articles to the one that the user is currently reading?
For example, suppose I have articles:
Python programming tips
Python programming for newbies
Programming in Python, ActionScript and Flash
Programming in the Jungle
Tarzan saves newbie Judy from using Fortran programming language
(I came up with these titles right now.)
How could I query the database and find that they are all related?
I'd appreciate any suggestions.
Thanks, Boda Cydo.