Good Morning
I have a form and in it I load the already registered data of a database (load_instruction_imobiliaria_unica).
I intend to use this form to update this data.
In the dropdown (OCUPACAO_DO_LOTE), I load the database with the column I need ({var:carrega_inscricao_imobiliaria_unica.Imo.OCUPACAO_DO_LOTE}).
This option in the database is written as follows:
[CodOCUPACAO_DO_LOTE] => 74
[OCUPACAO_DO_LOTE] => CONSTRUIDO
As per the attached image, I have added more options and would like to know how I can record this in the same way.
For example:
[CodOCUPACAO_DO_LOTE] => 58
[OCUPACAO_DO_LOTE] => CONSTRUÇÃO EM ANDAMENTO
I'm questioning this, because in the way I know, only the data-value that will be the 58
Note: My knowledge in programming / php and database is basic
I have a form and in it I load the already registered data of a database (load_instruction_imobiliaria_unica).
I intend to use this form to update this data.
In the dropdown (OCUPACAO_DO_LOTE), I load the database with the column I need ({var:carrega_inscricao_imobiliaria_unica.Imo.OCUPACAO_DO_LOTE}).
This option in the database is written as follows:
[CodOCUPACAO_DO_LOTE] => 74
[OCUPACAO_DO_LOTE] => CONSTRUIDO
As per the attached image, I have added more options and would like to know how I can record this in the same way.
For example:
[CodOCUPACAO_DO_LOTE] => 58
[OCUPACAO_DO_LOTE] => CONSTRUÇÃO EM ANDAMENTO
I'm questioning this, because in the way I know, only the data-value that will be the 58
Note: My knowledge in programming / php and database is basic