Hallo!
Eigentlich bin ich nicht sooooo doof...
Aber ich habe hier ein Problem...
Die Abfrage läuft in einen Fehler...
Im PHP My Admin läuft es....
Kann mir mal einer auf die Sprünge helfen?!?
Danke!
Eigentlich bin ich nicht sooooo doof...
Aber ich habe hier ein Problem...
PHP-Code:
$suchwort="artikel";
$sql="SELECT DISTINCT(url), COUNT( id ) AS anz_url
FROM tabelle
WHERE (time >=".$start." AND time <=".$ende.")
AND url LIKE '%".$suchwort."%' GROUP BY url ORDER BY anz_url DESC LIMIT 0 , 50";
echo $sql;
$res_sql=mysql_query($sql)or die(mysql_error());
while($row_artikel=mysql_fetch_array($res_sql))
[...]
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Kann mir mal einer auf die Sprünge helfen?!?
Danke!
Kommentar