Image Tagging System using JavaScript and PHP
Click Here to see the live demo.
The live version is a little different form the actual image tagging system. Click Here to see the actual demo.
The following is the demo of the actual system
When the user clicks on the image, a text box appears. When the user starts to type:
-
The usernames get fetched from the database and showed in a list
-
When a username is clicked, the clicked position and the userid gets stored in the DB.
-
When the 'x' mark is clicked, the tag record gets removed from the database.