How to insert into MySQL tables with auto_increment foreign key via servlet connected to JSP
I’m trying to make a servlet do the same thing as this SQL statement: INSERT INTO event(title, description, start, end, guest_no) VALUES(‘someTitle’, ‘someDescription’, ‘2018-02-02 20:00:00’, ‘2018-…