Hi need help with small php code and mysql database that I have tried myself I could not get it at all. I have table called ImageDATA, and there are three columns for id's, image and URL address. There is form with two text field for insert image and url address and a button.
Once we upload image and url address, and then submit, i want to store images in web serve folder called "imagesData" for filesystem, and save file name or url address of each image in database.
My question is that how can i write that colde to allow me to insert image in folder and autoamtic insert file name and url address in database to make sure that url address is belong to the right image!
please help me thanks.
AM