I was hoping someone could point me in the right direction. I posted this question with my WebHosting company, but so far no luck.
My web hosting company has good php/mySQL support. Given that
java, (and thus
JDBC?) is client side, and mySQL is running on a server on the internet, what is the mechanism by which my java
applet running on any client browser can get information from an online mySQL database. Do I have to look into some kind of java/php/html interface?
I have been poking around on the net, but so far the only information I have seen is of use to a programmer who has everything on a LAN.
thanks.