我正在关注push notification using firebase的教程并尝试将所有文件上传到000webhost.com,但我收到以下错误:
解析错误:语法错误,第4行/home/a6748590/public_html/FirebasePush/send.php中的意外T_CONST
我试图在这里搜索关于php语法错误的许多主题,但没有成功解决我的问题。
答案 0 :(得分:0)
替换此部分:
const DEFAULT_URL = 'https://simplifiedcoding.firebaseio.com/';
with:
define('DEFAULT_URL', 'https://simplifiedcoding.firebaseio.com/');
send.php 文件中的(第4行)