2017年5月13日 星期六

php call python


<?php

//$command = escapeshellcmd('/usr/bin/python2.7 /home/admin/web/li1704-102.members.linode.com/public_html/grabcutLab.py');
$command = escapeshellcmd('/usr/bin/python2.7 ./grabcutLab.py');
$output = shell_exec($command);
echo $output;

?>

沒有留言:

張貼留言