Not that I know of. However, I guess it might be possible if you're really good with JavaScript to somehow connect back to your DB (assuming the port is open for that as well as the web server) and then interact with the DB while the page is loaded using JS instead of PHP. The big downside is that you'd have to store your DB password in cleartext in the JS in the HTML file. I suppose if you made a MySQL user with strict enough permissions, it might not be as big a problem, but make sure you know what you're doing.