despues de seguir buscando e intentando llegue a esto.. pero ahora no se porque me deja seleccionado el ultimo registro en la lista..
Please alguien ayuda !!!!
Código PHP:
$consultar ='select * from cratingaccount ORDER BY account ASC';
$account = mysql_query($consultar);
echo "<select name='idaccount'>";
while($daccount=mysql_fetch_array($account)){
$selected = $daccount['id'] ? '4' : $daccount['id'];
echo "
<option value='".$daccount['id']."' selected='".$selected."'>".$daccount['account']."</option>";
}
echo "
</select>";
lo intente con el id y con el nombre y nada