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

2010-05-07 Thread Al



On 5/7/2010 7:37 PM, 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, or a good way on retrieving this with the help of PHP?

Kind regards, Merlin



Biggest problem is defining similar Even Google hasn't mastered it yet.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2010-05-07 Thread Teus Benschop
  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?

There is the LIKE clause in the SELECT statement, or, better still,
MySQL's full text searching capabilities.

Teus.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php