Parse error: syntax error

WBOY
Release: 2016-07-28 08:27:35
Original
1760 people have browsed it
syntax error, unexpected T_VARIABLE is a common error in PHP development, and it is also the most low-level error. If you see the following error:

Parse error: syntax error, unexpected T_VARIABLE in D:testcontrollersadmin.php on line 30

The reason for this error is the problem of string spelling,

often forget to add "

;" at the end of the statement ” caused by.

So you need to carefully check the string spelling of this line of statement, and the problem will be solved.

The above has introduced Parse error: syntax error, including aspects of it. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!