News

Okay, I have a PHP script that calls exec( 'mkdir YAY' ); then calls ( 'convert blah' ), which is just an ImageMagick command.It works fine on my laptop. It creates a directory, converts a bunch ...
It appears that exec () doesn't resolve string variables, passing in a string message to go into the exec command is resulting in a blank message being passed.