I'm doing a fill-in-registration form where everything was fine except for the select, the code is as follows:
Database:
CREATE TABLE usuarios(
id INT NOT NULL UNIQUE AUTO_INCREMENT,
tipo_de_usuario VARCHAR(100) NOT NULL,
nombre VARCHAR(2...
asked by
20.07.2018 / 00:07