Hello everyone, is everything ok with you?
I have the following doubt I have a form with a checkbox group related some services see below:
Mecânica
Funilaria
Pintura
Cristalização
Box (Mêcanica / Fulinaria / Pintura / Cristalização)
I have two tables in my database called request and service.
The REQUEST table I have the following fields
ID
ID_SERVICO
The SERVICES table I have the following fields
ID
SERVICO
My doubts are:
I'm using Mysqli as a database drive.