The shell_exec and exec() commands don't work on linux Ubuntu in my localhost Ububtu 20.04
The following code only works in my Terminal but it doesn't work in my localhost xampp linux Unbuntu 20.04, Both shell_exec() and exec() don't work. When I go to localhot it executes all the code but not its two functions.…