我想使用Gammu短信网关从网络发送消息到手机。我在命令提示符之前使用此命令尝试:
gammu --sendsms text 08512345677 -text "Hello World!"
它有效!
然后我使用以下方法在PHP文件上尝试:
exec('c:\gammu\bin\gammu --sendsms text 08512345677 -text "Hello World!" ');
但它不起作用。任何人都可以解决我的问题吗?
答案 0 :(得分:0)
设置路径和触发器的Environmment变量,即path =%path%; c:\ gammu \ bin \
在你的PHP代码中: - exec('gammu --sendsms text 08512345677 -text“Hello World!”');
如果问题仍然存在,请检查错误日志。并且可能是由于许可问题。