Re: Check Boxes

From: Eckhard Hoeffner <e-hoeffner(at)fifoost(dot)org>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: Check Boxes
Date: 2002-04-29 15:52:15
Message-ID: 20020429155215.GA24762@fifoost.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

* Julio Cuz, Jr. <jcuz(at)rccd(dot)cc(dot)ca(dot)us> [29 04 02 17:32]:

>Hi--
>
>Does anyone have any suggestions, SAMPLES, or ideas on how to STORE,
>RETRIEVE, AND PROCESS values for "Check Boxes" w/PHP & Postgresql?

1.
Use an arry within the HTML-Tags:

name="checkbox" value="data[0]"
name="checkbox" value="data[1]"

2.
To process with PHP just a simple loop

foreach($array as $var => $value)

--
--//--\\--
Eckhard Hoeffner
e-hoeffner(at)fifoost(dot)org
Tal 44
D-80331 München

In response to

  • Check Boxes at 2002-04-29 15:32:58 from Julio Cuz, Jr.

Browse pgsql-php by date

  From Date Subject
Next Message Surojit Niyogi 2002-04-29 15:58:39 Re: Check Boxes
Previous Message Julio Cuz, Jr. 2002-04-29 15:32:58 Check Boxes