Adding images with tags to the database
Posted: Tue Feb 03, 2009 8:24 pm
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
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