error in Run PHP code with command line linux – Ubuntu
My system is : Ubuntu 20.04 Php 7.4 Nginx I have a php file with following content in /var/www/hamrah.com/create.php path : <?php $output = shell_exec('bash flutter create test'); echo "<pre>$output</pre>"; i run this command in terminal and And this command…