Top "Shell-exec" questions

The shell_exec() PHP function provides the ability to run shell commands during the execution of a script.

CreateProcess and ShellExecute differences

What are the main differences between the two? I'm willing to run only another EXE from my (C++) application. Are …

c++ windows winapi createprocess shell-exec
PHP shell_exec, permission denied for executing -rwxrwxrwx shell script

I am currently over ssh on a remote CentOS 5.6 system which runs an Apache webserver. I need to use the …

php permissions shell-exec poppler pdf-to-html
Correct way to pass string from web page, to php and then to Obj-C Command Line Tool

Preface: I've a web page with a form and a text field. 1) On submission, the text in the field is …

php javascript objective-c encoding shell-exec
shell_exec returns empty string

When I execute my command in PHP with shell_exec it always returns an empty string. I tried shell_exec(…

php shell-exec
php shell_exec() out put to get a text file

I'm trying to run rate -c 192.168.122.0/24 command on my Centos computer and write down the output of that command to …

php command-line exec shell-exec
Using shell_exec('passwd') to change a user's password

I need to be able to change the users' password through a web page (in a controlled environment). So, for …

php sudo shell-exec passwd
'git pull' command work from terminal but not with php shell_exec() via git repository hook

I have create a webhook in my github repository which post on the hook url on my live server to …

php git github repository shell-exec
PHP Path for shell_exec() to call PHP file

I'm trying to use shell_exec() and having hard time understanding how to use it. I referred to this page: …

php background-process shell-exec
How to execute a php script from another php script by using the shell?

I have a php file called sample.php with the following content: <?php echo "Hello World!"; ?> And what …

php shell shell-exec
PHP exec/shell_exec/system not working through browser

I am running an SCO Unix box with apache version 1.3.33 and PHP version 4.4. I can properly execute the exec command …

php apache system exec shell-exec