Is there a way of uploading an image to the server and add the image pathe , filename and extra info to a mysql database in the same operation?
Thanks
Biscutty
In the same operation?? It can be done in the same script, yes.
Side Note: you could store you image in the database also!! then you do not need to store the image path...
You could also :
Upload Check image size & type for verification check database for image of same name Save info to database name and dir --OR-- Rename image and save into database Save image to server under same or different name dependant on the above.
All within the same script....