Description
This tagger works by dragging a badge to the image. on mouse release a tag is created in that place and you are then prompted to insert a description for the tag. This is then updated to the database by Ajax.
For installation:
*******************
1 - update the base.php file (provided in the source code) with your own database credentials.
2 - Set up the tables shown in the documentation file.
For Use:
***********
1 - You need to have the urls for your pics in the photo table in the database using your
own methods.
2 - Now you can call a photo for tagging using a request tag to the index.php (e.g:
index.php?m=2 calls the photo with the id =2 in the database for tagging)
3 - After Tagging the photo, you can always view your results on the tagging page or for
your other users insert the code in tagview.php , wherever you like on your website.