I have got some trouble with my fulltext search script:
first comes the normal sql like command query and then:
$result=mysql_query($sql, $link);
while ($ergebnis = mysql_fetch_array($result)) {
$ergebnis[$i]=mysql_fetch_array($result);
I'm always getting this error:
mysql_fetch_array(): supplied argument is not a valid MySQL result resource
Can somebody help me out?
Thanks in advance
Olaf