Hi!
-->> $sth = $dbh->prepare("SELECT * FROM innlegg WHERE tekst LIKE $text");
This will find only exact matches.
Try '%$text%' to find it anywhere in the field.
Falk
---
*** Abmelden von dieser Mailingliste funktioniert per E-Mail
*** an mysql-de-request_(at)_lists.4t2.com mit Betreff/Subject: unsubscribe