Saving 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
person287
Forum Newbie
Posts: 3
Joined: Sun Mar 13, 2011 12:05 pm

Saving Checkboxes

Post by person287 »

Hi,
I'm completely new to anything that is not html but I'm wondering if in something like php I can get a checkbox to permanently save through reloads and different machines. My idea was just to have a page with only a checkbox on it, and then load that through and iframe in html. If anybody could give me the code for that checkbox page (complete if possible as I don't really know anything about that type of programming) I would be very grateful.
Thank You
stoneman30
Forum Newbie
Posts: 4
Joined: Sun Mar 13, 2011 9:55 pm

Re: Saving Checkboxes

Post by stoneman30 »

Permanently save to what? A database, the form post page, the file system? Can you be a bit more specific of what you are trying to do and then others I'm sure will be glad to jump in and help.
person287
Forum Newbie
Posts: 3
Joined: Sun Mar 13, 2011 12:05 pm

Re: Saving Checkboxes

Post by person287 »

Yeah sorry that wasn't that clear. What I mean is having a checkbox, and once you check it it saves, and that state of the check box (checked or uncheked) will be available for everybody to see. The idea is basically a ToDo list for homework, and you check it once you are done. It would be for an intranet so preferably everybody could make changes.

This is an example http://dl.dropbox.com/u/2541096/Checkbox.png

Thanks
mike_ebrahimi123
Forum Newbie
Posts: 3
Joined: Mon Mar 14, 2011 3:57 pm

Re: Saving Checkboxes

Post by mike_ebrahimi123 »

Thanks for taking the time to discuss this, I feel strongly about information and love learning more on
this. If possible, as you gain expertise, It is extremely helpful for me. would you mind updating
person287
Forum Newbie
Posts: 3
Joined: Sun Mar 13, 2011 12:05 pm

Re: Saving Checkboxes

Post by person287 »

Hi mike_ebrahimi123
I posted the question on Vark and I got a lot of help from a person on here called Ll. P., the conversation is here (http://vark.com/t/0CKryG). The link is all his work and I take no credit for it, but as far as I can see it works perfectly. I hope this person helps you from this as much as they helped me!
person287
Post Reply