I've got a PHP website that needs to call a java class in order to interface with another database. I need to be able to pass an argument into the java class that was generated on the page, but also ...
So, it's clear that when I pass arguments, it freaks--but when I don't pass the arguments, it works. I'd think there was something wrong with my arguments, but since they work perfectly when not in a ...