使用Word-Search从DB显示图像

时间:2014-08-05 07:09:04

标签: php jquery mysql

我正在写一个基本的图像脚本,它显示所有带有特定关键字的图像。 我已经有一个包含约650张图像的数据库。结构是:

id, int(100), auto_increment
topstory, varchar(255), unique  [this is the image URL, unique so there won't be doubles]
tags, longtext  [the keywords will be separated by a comma or something]

我基本上需要的是关于如何做到这一点的想法。我想要一个输入,我可以输入任何我想要的内容(例如" nature"),然后显示所有带有该关键字的图像。我可以使用jqueryui.autocomplete,但我认为这可能有点慢650-1000图像..

我还需要一个关于如何获取所有单词列表(用于自动完成)的想法

0 个答案:

没有答案