Hello all, I am trying to build a virtual shell(with PHP+AJ(AX)) for myself(personal use) and I needed to execute the commands but the problem I am having with the shell_exec() command is that every time I pass a command it executes in a completely new shell. For e.g if I execute:
it does not show anything though I have files in the test directory. Any help here would be appreciated. Thanks!!!Code:cd test/
ls -la
