袁来如此的工作笔记
竹杖芒鞋轻胜马,谁怕? 一蓑烟雨任平生。

使用GOOGLE翻译:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'from msg_message t' at line 6
在sql语句的第6行有个语法错误。
仔细检查:原来是多
PHP常见错误处理之致命错误(一)----函数未定义
一、错误类型:PHP致命错误
Error type: PHP Fatal error
Fatal error: Call to undefined function (a) in (b) on line (c)
二、错误描述:
该错误报告表示你正企图调用未经定义的函数(function),其中
a----表示未定义的函