FleyerShaver
Neues Mitglied
Wenn ihr jetzt in diesem Forum ganz unten guckt, dann seht ihr Ne Tabelle wo steht "Ähnliche Themen". Diese Themen passen immer ziemlich genau zum Theme. Nun meine Frage, wie mach ich so was?
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Leider versteh ich den Code nicht. Kann mir jemand das mit MATCH und AGAINST erklären.$sql = "SELECT topic_id
FROM ". TOPICS_TABLE ."
WHERE topic_id != $topic_id
AND MATCH (topic_title) AGAINST ('". addslashes($topic_title) ."')
ORDER BY topic_time DESC LIMIT 0,5";