我在家里的服务器上运行PHP版本7.0.8-0ubuntu0.16.04.3。
我正在尝试使用;
链接到文件<?php echo "Software Version - " . $thisVersion. "<a href=\"includes/getUpdate.php\">" . $updateAvalable . "</a>"; ?>
$ updateAvailable字符串中的文本显示为链接,但在单击时不执行任何操作。
令人困惑的是,这段相同的代码在我有权访问的远程服务器上运行良好。 我怀疑这可能是由于我的家庭服务器上的一些设置,但我现在对此感到茫然。
提前干杯以获得任何帮助。
这里代码最多;
$serverVersion = "ftp://ServerLogonDetails/someText.txt";
$handle = fopen($serverVersion, "r");
$latestVersion = fgets($handle);
fclose;
// Get the software version
if (($_SESSION[Page] == "Config")||($_SESSION[Page] == "backUpRec")){
$localVersion = "daemon_ver.txt";
$handle = fopen($localVersion, "r") or die($openLocalFile = FALSE);
$currentVersion = fgets($handle);
fclose;
}
else if (($_SESSION[Page] == "System")||($_SESSION[Page] == "Users")){
// Get the software version on the VS-One unit
$localVersion = "../daemon_ver.txt";
$handle = fopen($localVersion, "r") or die($openLocalFile = TRUE);
$currentVersion = fgets($handle);
fclose;
}
if ($latestVersion <= $currentVersion) {
$updateAvalable = "";
}
else if ($latestVersion > $currentVersion){
$updateAvalable = " Update Available";
}
?>
</head>
<body>
<table id="footersmall" width="940" border="0" cellspacing="10" cellpadding="0">
<tr>
<td class="version"><?php echo "Software Version - ".$thisVersion."<a href=\"includes/getUpdate.php\">".$updateAvalable . "</a>"; ?></td>
</tr>
</table>
</body>
</html>
答案 0 :(得分:0)
在开始时尝试斜线
Array.prototype.slice.call(jqResult)
...如果&#34;包括&#34;是因为...的原因是网络根源。