Your radio buttons look fine. I would ensure to add quotes (single or
double) around the attribute settings, for HTML compliance. If you must go
without quotes, then make sure that you don't put spaces in any of the
attribute values.
As for the form not working... do you have a JavaScript
Hello, I get forms posted and working, but as soon as I include radio
buttons, the whole form doesn't function anymore. The code of the radio
button part is included in this posting.
Can you tell me, what I'm doing wrong?
Help would be greatly appreciated!
S. Maier
Wie häufig
assign $verify or $first_reject to the variable $status. However, neither seems
to be set, hence $status has no value.
<>< Ryan
-Original Message-
From: Natividad Castro [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 15, 2002 6:07 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] rad
Hi everyone,
I have two radio buttons. Depending on what the users choose I will run an
update statement.
The field that needs to be update are
code_source and verify if radio button 1 is selected
ELSE
UPDATE
reason_rejected and first_reject if radio button 2 is selected
this my two buttons
Appro