Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

2 forms 1 submit button

so i have two forms, one is standard text form. and another is img upload form. i want user to one click submit both of forms. 1 click = send data + upload img. thanks. see both of the forms. http://jsfiddle.net/wujrsu30/ basically i want 1 submit button to submit both of the forms. thanks

1 Answer

You need to just add one submit button and ensure that you detail the form well enough so users know what data is expected. Then to access the file information just use the $_FILES global array