Ich steh grad aufm Schlauch.
Warum funktioniert das nicht?
[code] $a = mysql_query(„SELECT * FROM content WHERE MATCH (tags) AGAINST (‚$suche‘)“);
while($row = mysql_fetch_object($a)) {}[/code]
Gibt mir immer ne Fehlermeldung von wegen supplied argument is not a valid MySQL result resource in… aus.