Page 1 of 1

Adding images with tags to the database

Posted: Tue Feb 03, 2009 8:24 pm
by phpms
I am not much experienced with php and need to create a page(simple interface) from where a user can add "images with some tags" to the database. (Local network usage, not for web.)

I have 2 files here right now:
File01: HTML file with a form to submit a location of the images.
File02: PHP file which searches for all the images from the folder we got from the HTML form and displays those images. All the images should have a text area with them to add some tags with the images. (All these images now should be submitted to the database along with the tags.)

Question-1:
I am having problems trying to get a text area so that the tags can be submitted to the database along with the images.

Question-2:
Please let me know if there is any better way of handling this or if there are any scripts available to do this.

Thanks
phpms

Re: Adding images with tags to the database

Posted: Wed Feb 04, 2009 5:52 pm
by phpms
I am stuck here:
In my PHP page, I am displaying all the images from a folder. User should be able to enter tags with the images and then I need to get all the tags with the image links to be submitted to the database. I am stuck "trying to create a text area for tags and getting their values along with the images"
Can anyone help!