Code: Select all
exec ('mogrify -thumbnail 100x100 *.jpg')Moderator: General Moderators
Code: Select all
exec ('mogrify -thumbnail 100x100 *.jpg')Code: Select all
shell_exec('string');Code: Select all
echo shell_exec('mogrify');Code: Select all
exec('mogrify -thumbnail 100x100 *.jpg 2>&1');