hello, if i get a special character in result from the search it does not work I get this error Warning: mysql_query() [function.mysql-query]: Unable to save result set in /home/xxx/public_html/search.php on line 277 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/xxx/public_html/search.php on line 278 PHP: If there is no special character in results it works perfect. What can i do to find the special character? this is the code i am using. $query = "select * from files where title like \"%$trimmed%\" order by added desc"; // $numresults=mysql_query($query); $numrows=mysql_num_rows($numresults); PHP: Any suggestions?
checked it. It is the latest version I have got That is what i am doing. But it is not showing any results at all.
I've had a file with more than 8,000,000 entries and never saw similar errors .. What's your MySQL client version ?