syntax error, unexpected T_CONCAT_EQUAL
程序员文章站
2022-04-24 09:33:46
...
Parse error: syntax error, unexpected T_CONCAT_EQUAL,这个问题是我今天在写php程序时出现的一个简单的问题,其实这算不上什么问题,下面我们来看看这段代码。
sql ="Select * from * where user_myid= '$uid' and user_type=0"; $result = mysql_query( $sql ) ; if( mysql_num_rows( $result ) ) { while( $rs = mysql_fetch_array( $result ) ) { temp.= "n"; } }
问题分析:看代码里的temp,是前面少了一个$号,是不是不算问题呢,但是如何不仔细的话就是大问题了。
教程地址:
欢迎转载!但请带上文章地址^^
推荐阅读
-
PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法
-
PHP异常Parse error: syntax error, unexpected T_VAR错误解决方法
-
报错解决Python Error fix-TypeError: _mean() got an unexpected keyword argument ‘dim‘
-
PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法
-
flume使用kafka sink报错syntax error或kafka channel输出数据抬头有乱码/奇怪字符
-
Command line option syntax error问题的解决方法小结
-
thinkphp6安装报错,composer install tp6 报错 Parse error: syntax error
-
pymysql.err.ProgrammingError: (1064, “You have an error in your SQL syntax; check the manual that co
-
mybatis java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax;
-
PHP Parse Error: syntax error, unexpected $end 错误的解决办法