Login
Remember
Register
Ask a Question
What does the PHP error 'Parse error in PHP - unexpected T_variable at line x' means?
+1
vote
asked
Jun 22, 2019
in
PHP
by
SakshiSharma
What does the PHP error 'Parse error in PHP - unexpected T_variable at line x' means?
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 22, 2019
by
john ganales
This is a PHP syntax error expressing that a mistake at the line x stops parsing and executing the program.
...