[PHP-DB] Radio buttons

2002-08-26 Thread Gerd Ulrich
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 TR TD

Re: [PHP-DB] Radio buttons

2002-08-26 Thread Support @ Fourthrealm.com
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. INPUT type=radio value=6 name=surf_erf As for the form

[PHP-DB] radio buttons

2002-05-15 Thread Natividad Castro
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

RE: [PHP-DB] radio buttons

2002-05-15 Thread Ryan Jameson (USA)
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] radio buttons Hi everyone, I