Re: [PHP] Finding similar results with php from mysql

2010-05-08 Thread Merlin Morgenstern
Am 08.05.2010 03:04, schrieb David McGlone: On Friday 07 May 2010 19:37:32 Merlin Morgenstern wrote: Hi there, I am searching for a way to show the user similar records from the mysql database. A functionality like "this could also be of interest to you". Does anybody know if this is there is

Re: [PHP] Finding similar results with php from mysql

2010-05-07 Thread David McGlone
On Friday 07 May 2010 19:37:32 Merlin Morgenstern wrote: > Hi there, > > I am searching for a way to show the user similar records from the mysql > database. A functionality like "this could also be of interest to you". > > Does anybody know if this is there is a standard functionality to do > this

[PHP] Finding similar results with php from mysql

2010-05-07 Thread Merlin Morgenstern
Hi there, I am searching for a way to show the user similar records from the mysql database. A functionality like "this could also be of interest to you". Does anybody know if this is there is a standard functionality to do this, or a good way on retrieving this with the help of PHP? Kind r