Re: getting values of checkboxes.
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 14:15:03 -0500
jodleren wrote:
Hi all!
I have a problem - I have a list of checkboxes, with certain data...
the point is, that some of them are set, and the important thing for
mere is to get those values, which have changed from CHECKED to NOT
CHECKED.
Certain values are marked, once done, the user removes the flags, and
I need to know what was set to not being checked anymore (to remove
them from the task list).
But - I only get the $_POST value, it the item was checked.
How do I do it the other way?
Hmmmmm while writing this, I wonder whether I can use isset() -
whether the value is set, but just empty... will check tomorrow.
WBR
Sonnich
HTML only sends checkboxes which are checked. One way to do it is to keep track of which boxes are checked (or all boxes with their previous status) in hidden fields.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: getting values of checkboxes.
- From: The Natural Philosopher
- Re: getting values of checkboxes.
- References:
- getting values of checkboxes.
- From: jodleren
- getting values of checkboxes.
- Prev by Date: Re: Session overwritten - but why
- Next by Date: Re: Why I need to set the memory limit for large file upload?
- Previous by thread: getting values of checkboxes.
- Next by thread: Re: getting values of checkboxes.
- Index(es):
Relevant Pages
|