How to find “related items” in PHP

后端 未结 8 615

we often see \'related items\'. For instance in blogs we have related posts, in books we have related books, etc. My question is how do we compile those relevency? If it\'s

8条回答
  •  情深已故
    2020-12-05 06:30

    it can also be based on "people who bought this book also bought"

    No matter how, you will need some dort of connection between your items, and they will mostly be made by human beings

提交回复
热议问题