python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Copy multiple files using if(isset($_GET
I'm trying to copy 2 files at once, a video file and an image file with the same name using if(isset($_GET['video'])) but I can't seem to get it right.
I can copy the video but my attempt to copy the ...
user10998289
Votes: 0
Answers: 1
Python execution with PHP on ubuntu works in shell, not in PHP
I am trying to create a python script that send a poll + message througout a messaging app, but my script doesn't seems to work.
First of all take into account that this command works from the SSH she...
Lucas F
Votes: 0
Answers: 0
PHP shell_exec can't change to root directory
i want to do a command to run ansible on linux terminal via web interface with php shell exec. My web interface is in /var/www/html while my ansible playbook is in /root/git/ansible. Here is the direc...
Chloe
Votes: 0
Answers: 0
Mysql command via shell_exec, only the first one works
I need to run several sql command via shell_exec.
The first one works perfectly, but not the others.
I echoed the command ran by shell_exec, and those command works in terminal.
What am i doing wrong ...
David
Votes: 0
Answers: 1