Page 1 of 1

checkboxes and arrays

Posted: Sun Apr 08, 2007 3:31 pm
by user___
Hi guys,
I have a simple HTML form which has some checkboxes. When I submit it I do not get any values. I use POST with the HTML form and when I use print_r($_POST) to see all posts I get nothing.

Do you have an idea why I get an empty array?

Posted: Sun Apr 08, 2007 3:32 pm
by RobertGonzalez
Can you post the form and the PHP code that processes it?

Posted: Sun Apr 08, 2007 3:34 pm
by timvw
show us the code...

Reply

Posted: Sun Apr 08, 2007 3:36 pm
by user___
Fixed.

Thank you for your immediate responses.

You can close this topic.