See:
http://jordache.com/forums/upload-data-and-image.gif
I'm tring to create a form that does the following on submit:
1. Validates the form (checks for errors and file-size limits)
If invalid: Tags invalid fields with a red astrik (or gif)
2. If valid: Uploads the data in the fields to a MYSQL db
and uploads the image(s) to a specific folder on the server
MY PROBLEM:
I can't figure out how to upload the image and post the text data to the database AT THE SAME TIME.
Help!
Thanks,
Chuck