News

Okay, I have a PHP script that calls exec( 'mkdir YAY' ); then calls ( 'convert blah' ), which is just an ImageMagick command.<BR><BR>It works fine on my laptop. It creates a directory, converts a ...
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 ...