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

HTML HTML Forms Choosing Options HTML Forms Review

how do you send checkboxes with php from my form to the server.

Hello, teamtreehouse huntter.g here,

I need to know how to send checkboxes with php from my form to the server.

I using this for my quote page on my website.

1 Answer

Hi Hunter,

All you need to do is point the form action attribute value to php file that processes the form information. I'm not positive but I believe this course, Enhancing a Simple PHP Application, covers that.

Jeff