简体   繁体   English

PHP内部服务器错误中的Face 500错误

[英]Face 500 Error in PHP Internal Server Error

I'm add this code in php : 我在php中添加此代码:

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

But I face 500 server error. 但是我面临500服务器错误。 What happend 发生了什么事
and how can I remove 16777 from php response 16777 w13 r s3 w2 r s3 w36 以及如何从PHP响应16777 w13 r s3 w2 r s3 w36
and get w13 r s3 w2 r s3 w36 only? 并仅获得w13 r s3 w2 r s3 w36

You forgot . 你忘了. Reformat it like this: 像这样重新格式化:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM