Re: Re: Finding similar results with php from mysql

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> > 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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux