php run shell script
Posted: Sat Apr 12, 2014 12:10 am
hi
I have script like
name XX.sh
I want php file has a button when I press this button .. XX.sh run
I tried ( exec , shell_exec )
please help
I have script like
Code: Select all
#!/bin/sh
#
echo 1 > /sys/devices/virtual/gpio/gpio4/value
I want php file has a button when I press this button .. XX.sh run
I tried ( exec , shell_exec )
please help