how to calculate the line?

tychicus

New Member
Messages
118
Reaction score
0
Points
0
when i try to install the script, the error message shown..
Parse error: syntax error, unexpected '=' in /home/xxxxx/public_html/xxxxxxx/xxxxxx.php on line 26

how can i know where is the line 26? what is the error like this? Please help
 

TarinC

New Member
Messages
698
Reaction score
0
Points
0
umm... count to 26? if you have notepad 2, frontpage or something then the line numbers are on the left.

its looks like someone forgot to put quotes or used quotes wrong in the script.
 

tychicus

New Member
Messages
118
Reaction score
0
Points
0
this is the line of 26
$passwordretrievalsubject="$bannerexchangename - password retrieval";

anything wrong?
 

TarinC

New Member
Messages
698
Reaction score
0
Points
0
i dont see any thing wrong with that.. try changing it to:

PHP:
$passwordretrievalsubject = "$bannerexchangename - password retrieval";

only difference there is the spacing, but that shouldnt cause any errors.

how did u get that line? did u count to it? if you did, dont forget that the first line is where it starts even if its not php.
 
Last edited:

tychicus

New Member
Messages
118
Reaction score
0
Points
0
i use notepad2 and Dzsoft php editor to count the line, both program show the same line :)
 
Top