Forum: PHP Jun 17th, 2005 |
| Replies: 5 Views: 3,598 Re: Another mysql_num_rows(): error I changed the index of the columns to FULLTEXT and only perform the MATCH() on the pdescription column. It works great if I only use 1 column. If I add any other column to the MATCH(), I get the... |
Forum: PHP Jun 16th, 2005 |
| Replies: 5 Views: 3,598 |
Forum: PHP Jun 16th, 2005 |
| Replies: 5 Views: 3,598 Re: Another mysql_num_rows(): error It gives me the following:
Can't find FULLTEXT index matching the column list
which according to the the error handling list is:
Error: 1191 SQLSTATE: HY000 (ER_FT_MATCHING_KEY_NOT_FOUND)... |
Forum: PHP Jun 16th, 2005 |
| Replies: 5 Views: 3,598 Another mysql_num_rows(): error I am getting the following error:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/champion/public_html/search.php on line 34 when doing a search for text... |