PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a sendmail form working well, except i have no idea how i would go about listing the checked boxes in the email.
so if they are checked it will list them in the email sent to me.
checkbox parameters are transfered like any other form controls, as name=value pairs.
If a checkbox was "on" when the form was submitted you will find an element with the checkbox' name in either $_GET or $_POST.