Not working in my server.
Posted: 2012-10-26T00:33:12-07:00
Hi,
please help me guys,,,, I am new in this topic. How to run bash script in php. i used like this
$response = exec('-t "SOME PLAIN TEXT" -s plain -e normal -f Arial -p 48 -c royalblue -b white -u lightpink'); //executing shell command.
echo "<pre>$response</pre>";
I didn't get any output.
please help me guys,,,, I am new in this topic. How to run bash script in php. i used like this
$response = exec('-t "SOME PLAIN TEXT" -s plain -e normal -f Arial -p 48 -c royalblue -b white -u lightpink'); //executing shell command.
echo "<pre>$response</pre>";
I didn't get any output.