You are here: Re: Grabbing checkbox values « PHP Programming Language « IT news, forums, messages
Re: Grabbing checkbox values

Posted by flamer die.spam@hotmail.com on 11/12/06 20:46

Amer Neely wrote:
> I've got a dynamically built form with checkboxes for each element ( a
> list of file names in a directory). I need to grab only those checkboxes
> that are checked, so I can then delete those files.
>
> Does each checkbox name have to be unique? I was hoping to just group
> them under one name, and select from that array.
>
> PHP is not my native language - I'm coming at this from Perl, so bear
> with me, things are a little different in that country.
>
> I've tried:
> foreach ($_REQUEST as $field => $value)
> {
> echo "$field = $value<br>";
> }
> but that just grabs the last entry in the group.
>
> The line in question is:
> <input type="checkbox" name="DeleteThis" value="<?php
> echo("$allfiles[$i]")?>">&nbsp;<?php echo("$allfiles[$i]")?><br>
>
> --
> Amer Neely
> w: www.softouch.on.ca/
> b: www.softouch.on.ca/blog/
> Perl | MySQL programming for all data entry forms.
> "We make web sites work!"

in html, if your checkbox is called "blah123" then when its checked it
will have the variable name of blah123 with a value of blah123, if it
is unchecked then blah123==null. the easy way is:

if (!empty($_POST['blah123'])) { do stuff }

Flamer.

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация