SyntaxFix
Write A Post
Hire A Developer
Questions
Just change
system('unzip $master.zip');
To this one
system('unzip ' . $master . '.zip');
or this one
system("unzip {$master}.zip");