Date: 12/14/99
- Next message: Arlon Wilber: "Re: [PHPLIB] phplib install"
- Previous message: Arlon Wilber: "[PHPLIB] phplib install"
- Next in thread: Gary Smith: "Re: [PHPLIB] Radio buttons & label/value"
- Reply: Gary Smith: "Re: [PHPLIB] Radio buttons & label/value"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've been rocking my head and the list archives trying to figure out how
to create a group of radio buttons that have a different label from their
value. As far as I can tell, all I can do is:
$f->add_element(array("type" => "radio", "name" => "whatever" ) );
$f->show_element("whatever", "and");
$f->show_element("whatever", "or");
$f->show_element("whatever", "boolean");
but if I want:
<input type="radio" name="whatever" value="and" name="All Words">
I'm hosed. Is there any hope?
-- Aaron Turner, Core Developer http://vodka.linuxkb.org/~aturner/ Linux Knowledge Base Organization http://linuxkb.org/ Because world domination requires quality open documentation. aka: aturner <email protected>, aturner <email protected>, ion_beam_head <email protected>- PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>. To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in the body, not the subject, of your message.
- Next message: Arlon Wilber: "Re: [PHPLIB] phplib install"
- Previous message: Arlon Wilber: "[PHPLIB] phplib install"
- Next in thread: Gary Smith: "Re: [PHPLIB] Radio buttons & label/value"
- Reply: Gary Smith: "Re: [PHPLIB] Radio buttons & label/value"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

