Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I made a class called gestionClientes with an empty constructor, this class inserts new customers in my little application with a MySQL query.
I want to insert new customers clicking a buton, but I don't know what I do to create an object of gestionClintes to add the data in the database.