PHP内部服务器错误面临500错误

时间:2015-12-18 07:55:58

标签: php json

我在php中添加此代码:

echo '{"YourMessageis":"' alishcode($input,$message_key);'"}'

但我面临500服务器错误。发生了什么事 以及如何从php响应中删除16777 16777 w13 r s3 w2 r s3 w36
并且只获得w13 r s3 w2 r s3 w36

1 个答案:

答案 0 :(得分:0)

你忘了.像这样重新格式化:

echo '{"YourMessageis":"'. alishcode($input,$message_key).'"}';