So I have a JApplet that was originally a stand alone program. In order to extend it I've converted it into a JApplet.
What I now want to do is everytime data is submitted to the JApplet I would like the contents inserted into a MySQL database. Now, I have no idea how to do this or even if it can be done but I'd like to give it a go!
The idea is that I'll have a separate PHP page to display data inserted into the JApplet form.
Any solutions, comments or pointers would be very handy as I haven't done this before!