So I have a MySQL db called "Example". In the db, I have a table with a row called "Rank" and "Name". I want to be able to input "Rank" and "Name" values into the db through URL.
I have made a Tomcat server through Eclipse, and would like help on the java code in order to use the parameters to send data to the db.
Thanks in advance!