Re: [PHP] Piping data into a select box

2002-01-13 Thread Dean Householder
Thank's for the help! Dean - Original Message - From: "Jimmy" <[EMAIL PROTECTED]> To: "Dean Householder" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, January 13, 2002 12:33 AM Subject: Re: [PHP] Piping data into a select box >

Re: [PHP] Piping data into a select box

2002-01-12 Thread Jimmy
Hi Dean, > Does anyone know how to give a select pulldown box a default value > from a PHP variable? "January","02"=>"February",...); // $option_list=generate_option_list($key_value,"02"); // //$option_list now contain text January // // February // // NOTE: Th

Fw: [PHP] Piping data into a select box

2002-01-12 Thread hugh danaher
- Original Message - From: hugh danaher <[EMAIL PROTECTED]> To: Dean Householder <[EMAIL PROTECTED]> Sent: Saturday, January 12, 2002 7:12 PM Subject: Re: [PHP] Piping data into a select box > Dean, give this a try. > > > ";

[PHP] Piping data into a select box

2002-01-12 Thread Dean Householder
Does anyone know how to give a select pulldown box a default value from a PHP variable? I've been able to figure out how to pipe data into every type in type of form element except for a element. Any solutions would be helpful! Dean