RE: [PHP] Combo box selected value...

2002-06-07 Thread Bruce Karstedt
PM To: Alexandra Aguiar Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Combo box selected value... On Fri, 4 Jan 1980, Alexandra Aguiar wrote: I got the followin code to generate a combo box... Your clock is off by about 20 years. Is it possible to fix it before posting to the list? Thanks. miguel

Re: [PHP] Combo box selected value...

2002-06-06 Thread Chris Knipe
select name='.$nome.' size=1'); echo(\n); while ($cont $quant) { echo(\n); if ($blah == $bleh) { echo(' option value='.mysql_result($resultado, $cont,$letra).' selected'.mysql_result($resultado, $cont,$letra).'/option');

Re: [PHP] Combo box selected value...

2002-06-06 Thread Rick Emery
the value is returned in whatever is stored in $nome. So, if $nome=var, then $var will contain the selected value. - Original Message - From: Alexandra Aguiar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 04, 1980 12:56 PM Subject: [PHP] Combo box selected

Re: [PHP] Combo box selected value...

2002-06-06 Thread Rick Emery
The value is returned in whatever is stored in $nome. So, if $nome=var, then $var will contain the selected value. Second, this could not possibly operate the way you want it to, because the mysql_result() is called TWICE with each line. You want it called only ONCE to retrieve the value

Re: [PHP] Combo box selected value...

2002-06-06 Thread Miguel Cruz
On Fri, 4 Jan 1980, Alexandra Aguiar wrote: I got the followin code to generate a combo box... Your clock is off by about 20 years. Is it possible to fix it before posting to the list? Thanks. miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: