View Single Post
Old 01-06-2004, 02:23 PM   #4
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. From that PDF document, I get the following:
Code:
mysql> select keywords.* from engine,keywords
where engine.key_id = keywords.key_id and
engine.spider_id = xxxxx;
+--------+------------+-----------+
| key_id | twoletters | keyword   |
+--------+------------+-----------+
|  xxxxx | 19         | 1995      |
|  xxxxx | 50         | 500       |
|  xxxxx | 30         | 300       |
|  xxxxx | 80         | 80-100    |
|  xxxxx | in         | infection |
|  xxxxx | na         | nantes    |
|  xxxxx | na         | nancy     |
+--------+------------+-----------+
7 rows in set (0.01 sec)
Are you able to find results for any of the keywords in the keyword column above? Also, do you know what encoding was used to make this PDF file?
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote