从html按钮运行脚本

时间:2015-07-30 15:47:01

标签: php html angularjs linux

我在html中有一个按钮:

<a  class="btn btn-sm btn-danger"><i class="ace-icon fa fa-reply"></i>Reset CM</a>

和一个角度变量:“{{product.name}}”

我想用这个按钮运行这个命令:

./cm-reset2.sh -r 172.31.31.10 -k hk15#inhp -m {{product.name}}

关于它是怎么做的?我无法将文件从html移动到php。

由于

1 个答案:

答案 0 :(得分:0)

你可以定义一个路由,比如你调用的“/ run_command”(通过ajax,post / get取决于你是否期望一些响应数据),你可以从php处理程序执行shell_exec并运行所需的脚本。