tagging
Moderator: General Moderators
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: tagging
http://www.php.net/manual/en/function.e ... d-data.php
Look at Exif functions to access meta data from the image
The question is a bit unclear; i read two options in there: 1. The image already has tags attached to it, you could use a function like exif_read_data() and place the tags in the database or 2. When the image is uploaded you have tags in the database related to the image; these tags are entered into the database and is not retrieved by using a function like exif_read_data()
Look at Exif functions to access meta data from the image
The question is a bit unclear; i read two options in there: 1. The image already has tags attached to it, you could use a function like exif_read_data() and place the tags in the database or 2. When the image is uploaded you have tags in the database related to the image; these tags are entered into the database and is not retrieved by using a function like exif_read_data()
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering