I'm new to php. In my php file, I have this command :
shell_exec("\"C:\path_with_spaces_to_.exe\" -c -n 1 C:\path_to_image\$image_name 2>&1");
Weird thing is my $image_name is never getting read.
I believe maybe I miss some fundamental things.
I tried many ways, but It's been 3 hours here and still stuck.
Any suggestion about what mistake do I have here ?