Originally posted by AmicaNoctis
View Post
PHP Code:
$out = array();
exec('convert ... mein code von oben', $out) ;
print_r($out);