Hi, I'm looking to update a MySql database from an applet.
The 2 roots I was thinking were:
Applet->php->database
Applet->servlet->database
But my webhost doesn't allow servlets/jsp, so I would like to try the php route.
I've looked on the internet, but I can't find anything concrete to use, just lots of random waffle.
Essentially I just want to pass a String from my applet to a .php page on the server (Or a function from a php page), possibly by retrieving the String like a Form parameter on an html page.
Can anyone help?
Thanks