Re: [Linux-programlama] checkbox larla caliºmak

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Mehmet Duran (mehmetd@kablonet.com.tr)
Date: Mon 14 Mar 2005 - 22:37:12 EET


checkbox'larin isimlerini
<input type="checkbox" name="cbx[0]" value="evet" />
<input type="checkbox" name="cbx[1]" value="tabi" />
...
<input type="checkbox" name="cbx[100]" value="olabilir" />

diye verirseniz, php otomatik olarak onlari array yapar.
$_POST'un icinde de array diye durur.

ayni zamanda
foreach( $_POST["cbx"] as $index => $value ){}
yaparsiniz super olur.

On Mon, 2005-03-14 at 22:05 +0200, Umut wrote:
> if (isset($_POST["check".$a])) ...........
>
>
> On Mon, 14 Mar 2005 21:49:04 +0200, OKAN ARI <okanari@aridersanesi.com> wrote:
> > secili olmayanb arrayde gelmez zaten
> >
> > ----- Original Message -----
> > From: "Ayhan BARIÅž" <ayhan.baris@yesevi.edu.tr>
> > To: <linux-programlama@liste.linux.org.tr>
> > Sent: Monday, March 14, 2005 9:33 PM
> > Subject: RE: [Linux-programlama] checkbox larla caliÅŸmak
> >
> > Hayir.
> >
> > Checkboxlarin hangilerinin secili oldugunu ogrenmek istiyorum.
> >
> > -----Original Message-----
> > From: linux-programlama-bounces@liste.linux.org.tr
> > [mailto:linux-programlama-bounces@liste.linux.org.tr] On Behalf Of Umut
> > Sent: Monday, March 14, 2005 9:30 PM
> > To: linux-programlama@liste.linux.org.tr
> > Subject: Re: [Linux-programlama] checkbox larla caliÅŸmak
> >
> > array mi istiyorsunuz?
> >
> > for ($a=0;$a<10;$a++) echo $_POST["checkbox".$a];
> >
> > saygilar.
> >
> > On Mon, 14 Mar 2005 21:07:57 +0200, Ayhan BARIÅž
> > <ayhan.baris@yesevi.edu.tr> wrote:
> > >
> > >
> > >
> > > Elinizde 100 lerce checkbox var.
> > >
> > > Form post ediliyor.
> > >
> > >
> > >
> > > Formdaki checkboxlardan hangilerinin secildigini (php kod olarak) nasıl
> > > anlarsiniz?
> > >
> > >
> > >
> > > TÅŸk.
> > > _______________________________________________
> > > Linux-programlama mailing list
> > > Linux-programlama@liste.linux.org.tr
> > > http://liste.linux.org.tr/mailman/listinfo/linux-programlama
> > >
> > >
> > >
> >
> > _______________________________________________
> > Linux-programlama mailing list
> > Linux-programlama@liste.linux.org.tr
> > http://liste.linux.org.tr/mailman/listinfo/linux-programlama
> >
> > _______________________________________________
> > Linux-programlama mailing list
> > Linux-programlama@liste.linux.org.tr
> > http://liste.linux.org.tr/mailman/listinfo/linux-programlama
> >
> _______________________________________________
> Linux-programlama mailing list
> Linux-programlama@liste.linux.org.tr
> http://liste.linux.org.tr/mailman/listinfo/linux-programlama

_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.