Erindesign
08-28-2007, 01:26 AM
Hey all,
I have a photo upload system I am setting up. Besides the photo, form, I need to add a category input. Now, with a basic form I just do method="post". With my form I have enctype="multipart/form-data". would this work if I just put the input within this form, and declare it as $_POST["category"]; ?
I have a photo upload system I am setting up. Besides the photo, form, I need to add a category input. Now, with a basic form I just do method="post". With my form I have enctype="multipart/form-data". would this work if I just put the input within this form, and declare it as $_POST["category"]; ?