Quisera saber como hacer lo siguiente
Tengo el siguiente codigo, el cual es una lista desplegable
Código PHP:
   //
echo "<form action=\"nrequest.php?op=new_request&option=yes\" method=\"post\">";
echo "<select name=\"editar\">";
            echo "<option value=Select a Option selected=selected>Select a Option</option>";
        while($sql = mysql_fetch_array($resp)) {
 
            echo "<option value=\"".$sql['idcliente']."\">".$sql['empresa']."</option>";
            }
        echo "</select><br><br>
If the company is not listed, please <a href=newcustomer.php>click here</a> to Add it now<br><br>
              <input type=\"submit\" name=\"enviar\" value=\"Create new request\">
                        </from></center>"; 
    Si me pueden ayudar se los agradeceria
 
 

 Sobre Lista Desplegable: DUDA
 Sobre Lista Desplegable: DUDA 
 
 
