欢迎来到日本小春精选,了解日本先从@日本生活基础课程开始!
欢迎 欢迎     登录 | 注册      消息
当前位置: 首页小组技术交流如何在shell脚本中运行php脚本并传递参数

[Linux]如何在shell脚本中运行php脚本并传递参数

<p>!#/bin/sh<br />php /srv/www/htdocs/manage/backupfail/<span style="background-color: #ff0000">se.php database</span></p><p>se.php的内容:</p><p><span style="color:#000000;background-color: #ff0000"><span style="background-color: #ffffff">&lt;?php</span><span style="background-color: #ffffff"> </span></span></p><p><span style="color:#000000;background-color: #ff0000">$filetype=$argv[1];</span><br />require(&quot;/srv/www/htdocs/include/comment.php&quot;);<br />require(&quot;/srv/www/htdocs/include/user.class.php&quot;);<br />require(&quot;/srv/www/htdocs/include/config.php&quot;);<br />$time=date(&quot;Y:m:d:H:i:s&quot;);<br />$sql=&quot;insert into backupinfo (time,status,filetype) values('&quot;.$time.&quot;','fail','&quot;.$filetype.&quot;')&quot;;<br />$res=mysql_query($sql,$Con);</p><p>//给管理员发送短信<br />$url = &quot;<a>http://sms.api.bz/fetion.php?username=13609264728&amp;password=04170728&amp;sendto=13609264728&amp;message='Thisisamessagetest!'</a>&quot;;&nbsp;&nbsp;&nbsp; <br />$result = file_get_contents($url);&nbsp;&nbsp;&nbsp; <br />//echo $result; //返回信息默认为UTF-8编码的汉字,如果你的页面编码为gb2312,请使用下行语句输出返回信息。&nbsp;&nbsp;&nbsp; <br />echo iconv(&quot;UTF-8&quot;, &quot;GBK&quot;, $result);</p><p>?&gt;<br /></p>
2012-08-29 15:30:19 来自:球球
用户评论(0)
正序阅读
你的回应
登录 | 注册