Hello,
I'm having a few issues, probably because I am new to PHP, having only used HTML and a bit of Java before Monday.
I'm making a database driven website. Each database entry consists of id, catid, brand, description, price, intfree, picurl1, picurl2, picurl3.
I've got as far as setting up all the outputs going to where they need to go, and everything is working great.
My main issue is with the input of images. I want to be able to submit up to 3 images and all of the texual information from one form, but I can't work out how to post the relevant information to both external .php files (insert.php and uploader.php)... I can only seem to do one or the other.
I think my troubles lie in my form skills. I don't know how to make it submit to both upload the image and report to the database.
If anyone can help, it'd be greatly appreciated.