I am developing a backend shopping cart system that allows administrative users the ability to upload pictures of products. I want to upload the picture to a certain directory on my server and update a field in a MYSQL table. How can this be done with PHP? I already have the table setup in MYSQL.
Thanks,
Adrian