anandselvaraj
10-26-2012, 06:51 AM
Hi,
This is bash script -t "SOME PLAIN TEXT" -s plain -e normal -f Arial -p 48 -c royalblue -b white -u lightpink. How to run in php. help me pls.
I tried this way
$response = shell_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>";
output is empty.
This is bash script -t "SOME PLAIN TEXT" -s plain -e normal -f Arial -p 48 -c royalblue -b white -u lightpink. How to run in php. help me pls.
I tried this way
$response = shell_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>";
output is empty.