I’m trying to figure out how to store high scores in a MySQL DB. From the research I’ve done, I would have to download and install some some JDBC drivers for MySQL.
Problem is that my web page host won’t allow for the running of any java on their server. The tech didn’t seem to knowledgable on the subject(or maybe that was me), just said no to the JDBC drivers, and said to use Perl or PHP.
Is there any way to bridge the gap? Send a score to a Perl script or use PHP somehow(also not my field of expertise)?
