Devontechie Posted January 4, 2010 Posted January 4, 2010 Hi All, Happy New Year. Does anyone know how to sent which checkboxes are ticked to another page? I've got a form set up which a few tick boxes that I need sent onto the next page which then sends the email. Cheers, Steve
webman Posted January 4, 2010 Posted January 4, 2010 HTML form: Tom Dick Harry In the PHP script, $_POST['names'] will be an array containing the values of the checked boxes. E.g. if you tick tom and harry, then you will end up with an array that has two elements, with values of 'tom' and 'harry'.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now