Hi friends,

how I make to recoup the value of database and to keep selected in combobox to edit my form?

in script below it is selected field of the table that possesss id of the first item of database.

I am catching id of a URL:

[PHP]<?php echo "<a href='alterar_c liente.php?id=$ id'>Alterar</a>"; ?>[/PHP]

[PHP]<?php
include("../config.php");...