Help with checkboxes

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!

Moderator: General Moderators

Post Reply
klee
Forum Newbie
Posts: 2
Joined: Mon Dec 22, 2008 9:43 am

Help with checkboxes

Post by klee »

Topic moved by moderator to PHP - Code Forum

I was wonder if any one could help me. I am creating a page that allows user to insert date into mysql via check boxes. The code allow the information be inserted but does not return check values from the data on the refresh. Does any have any methods that may work?
User avatar
pestaa
Forum Newbie
Posts: 2
Joined: Mon Dec 22, 2008 1:27 pm
Location: Hungary

Re: Help with checkboxes

Post by pestaa »

Your problem is not connected to theoretical programming, I believe.

By the way, evaluating check boxes (boolean values) and turn them into a date sounds like binary dating to me. Quite unimaginative.

As far as I could understand your unspecific question is how to determine whether a box is checked or not. If this is the case, Google it, if not, give more details.
Post Reply