syntax error, unexpected T_CONCAT_EQUAL_PHP教程
程序员文章站
2022-05-02 08:04:17
...
syntax error, unexpected T_CONCAT_EQUAL
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.= "
}
}
哈哈,看到蓝色的temp栏目了没?
是前面少了一个$号,是不是不算问题呢,但是如何不仔细的话就是大问题哦。
上一篇: 保持IT竞争力的七大关键技巧
下一篇: PHP PDO操作MYSQL封装类
推荐阅读
-
php-syntax error, unexpected 'id' (T_STRING)
-
PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法
-
PHP异常Parse error: syntax error, unexpected T_VAR错误解决方法
-
PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法
-
PHP Parse Error: syntax error, unexpected $end 错误的解决办法
-
PHP syntax error, unexpected $end 错误的一种原因及解决
-
PHP异常Parse error: syntax error, unexpected T_VAR错误解决方法
-
Linux 5中出现的-bash: syntax error near unexpected token `('错误
-
代码运作在win5.3.13正常 但是在linux5.2.8 中出现syntax error,unexpected T_STRING
-
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM, expecting 异常怎么解决