Re: PHP, HTML Forms & PostgreSQL

From: Frank Hilliard <frank(at)frankhilliard(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PHP, HTML Forms & PostgreSQL
Date: 2002-04-08 15:27:02
Message-ID: 3CB1B6C6.1080807@frankhilliard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In HTML, unchecked checkboxes have no value. So you have to give them a
value in the issuing page with hidden form fields or on the action page
by setting a default variable value before your SGL insert query.

Frank Hilliard
http://frankhilliard.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2002-04-08 15:46:40 Re: PHP, HTML Forms & PostgreSQL
Previous Message Tom Lane 2002-04-08 15:15:52 Re: Tcl_CreateSlave error (pg 7.1.2, RH 7.2)