在一个数组

时间:2015-04-22 10:40:41

标签: php

我有多个PHP脚本来ping每个位置,我试图在一个页面上列出所有结果。

这是ping脚本:

<?php
  $host  = "10.10.10.10"; //IP adress to ping
  $loc = ("HQ"); //Name of location
  $output = array();
  echo("<b>$loc</b> <i>(IP: $host)</i> is ");
        exec("ping -n 1 $host 2>&1", $output);
     //print_r($output);
      //you can use  print_r($output)  to view the output result
      if (count($output) > 7) {
        $output = null;
        die ("<font color='green'><b>up</b></font>");
        }
        else {
        $output = null;
        die ("<font color='red'><b>down</b></font>");
        }       
?>

所以,我有很多这个脚本的php文件,唯一的区别是hostloc。 我试图使用include将每个文件包含在一个新的php文件中,如下所示:

<?php
include "file1.php";
include "file2.php";
include "file3.php";
...and so on...
?>

但这只输出第一个文件的结果。

我怎么能以其他方式做到这一点?

谢谢!

1 个答案:

答案 0 :(得分:4)

R.id.textView3或其等效的exit()结束了脚本。只需将UPDATE Emp SET loginLength = TIMESTAMPDIFF(MICROSECOND, LoginTime, LogoutTime) / 1000 WHERE username = '$_SESSION[username]'; 更改为die(),如下所示:

die()