View Single Post
ישן 30-05-10, 17:27   # 3
RS324
תודה על תרומתך.
 
מיני פרופיל
תאריך הצטרפות: May 2006
הודעות: 3,173

RS324 לא מחובר  

הייתי ממליץ לך לנסות ללכת בכיוון הזה :

PHP קוד:
$words = array('%word1%','%word2%','%word3%');

$wordsString implode($words,',');

mysql_query("SELECT * FROM mytable WHERE `title` IN ($wordsString)"); 
  Reply With Quote