Adding images with tags to the database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpms
Forum Newbie
Posts: 2
Joined: Tue Feb 03, 2009 8:04 pm

Adding images with tags to the database

Post 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
phpms
Forum Newbie
Posts: 2
Joined: Tue Feb 03, 2009 8:04 pm

Re: Adding images with tags to the database

Post 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!
Post Reply