如何防止在PHP中执行php代码时出错?

时间:2019-05-26 02:44:58

标签: javascript php

我想在本地托管js,并在GitHub上使用了脚本 [https://gist.github.com/Dan0sz/f298f4efc1888cdca8280a23b0781da7][1]

使用

执行php文件时
[02:21][root@server6. private]# php -f recaptcha.php
PHP Parse error:  syntax error, unexpected '/' in /home/nginx/domains/domain.com/private/recaptcha.php on line 6
[02:21][root@server6 private]# 

我收到错误,无法弄清原因。 Google对意外的“ /”不提供任何提示

这是我在stackoverflow上发布的第一个问题,所以我希望我做对了。

PHP parse/syntax errors; and how to solve them?链接中没有有关意外的“ /”错误的分析服务

0 个答案:

没有答案