Page 1 of 1
Saving Checkboxes
Posted: Sun Mar 13, 2011 12:06 pm
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
Re: Saving Checkboxes
Posted: Sun Mar 13, 2011 10:05 pm
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.
Re: Saving Checkboxes
Posted: Mon Mar 14, 2011 1:07 pm
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
Re: Saving Checkboxes
Posted: Mon Mar 14, 2011 4:10 pm
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
Re: Saving Checkboxes
Posted: Sat Mar 19, 2011 1:18 pm
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