I need to write a site that can run different type of scripts.
by testing it, I use a simple ls command as an example shell script.
by using the shell_exec I get a value that gets returned as a string.
but, the moment I do a ls - al, it does not return any values to me.
anybody got any ideas?