This is a discussion on related articles ... (try 2) within the PHP Language forums, part of the PHP Programming Forums category; :(( posted a question here 3 days ago, now I am able to come look at answers it's no more ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
:(( posted a question here 3 days ago, now I am able to come look at answers
it's no more available :(( so... @supapablo: if you still have your answer, mail me... tomba at f1technical dot net for the others once more ---------------------------------- hello all, I was wondering how some sites organise articles so that they can show a list of "related articles". How is it determined which are the related ones. Is there any free script that includes such a feature? thanks! Steven De Groote --------------------------------- Webmaster of: http://www.f1technical.net/ http://formule1.go2.be/ |
|
|||
|
"Tomba" <tomba@f1technical.net> schreef in bericht
news:3f30bdb8$0$21961$ba620e4c@reader0.news.skynet .be... > :(( posted a question here 3 days ago, now I am able to come look at answers > it's no more available :(( > so... @supapablo: if you still have your answer, mail me... tomba at > f1technical dot net > for the others once more > ---------------------------------- > hello all, > > I was wondering how some sites organise articles so that they can show a > list of "related articles". > How is it determined which are the related ones. Below is another thread called "programming amazon-like recommendations". I think it will help you a great deal. floris |
|
|||
|
Tomba:
> I was wondering how some sites organise articles so that they can show a > list of "related articles". If your system is based on an SQL database you just create a table to hold the relationships. If you have some other way to store the data you just have to figure out a suitable way. > How is it determined which are the related ones. I think most simply expect the article writer (or possibly the editor) to make the connections. André Nęss |