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

Reply via email to