I am making a site where I photographs can be submitted and searched for.
I figured this was how to do it:
User submits data : Image description, keywords, and the image itself.
The Image is uploaded and the description and keywords go into a database.
The Keywords are put in the database as text and would be stored exactly how they were entered.. i.e. a string of words 'Cat House Tree'
now I want to make the database searchable, so a user enters some keywords 'Dog Cat Mouse' and then the database searches for those words and prints a link to the image, and the images desription.
I know hw to do most of it, apart from how to make the keyword search work. Any tips? 🙂