PHP返回LAMP DigitalOcean中的任何内容

时间:2020-05-24 22:43:42

标签: php digital-ocean

我有问题,为什么会发生这种情况,它使用json_encode返回回显了一些php代码

?>?> { $error = true; $message = "Betting is close, you can't bet right now"; } $json = array('error' => $error, 'message' => $message); echo json_encode($json); $conn->close(); } RegxReplace('includes/chat.php', '500','400'); function writeFile() { file_put_contents("includes/chat.php",""); } ?>

我在url status.php中收到此错误吗? 我错了,当我在xampp localhost中使用时,它的工作正常。看看我的完整代码

这是我的完整代码

https://pastebin.com/CHrqKTxU

0 个答案:

没有答案