|
naijaguru (m)
|
PHP Users,
I am getting this strange error from my PHP parser:
Parse error: parse error, unexpected $ in C:\Program Files\xampp\htdocs\ifaluade\admin\login.php on line 126
Its funny because my code ends on line 125. Have anyone experinced same problems??
Please Help.
|
|
|
|
|
|
Zahymaka (m)
|
Hi. That's better than
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in login.php on line 126
Can I see your code?
|
|
|
|
|
|
skima (m)
|
That means u didnt end your php tag : e.g <?php ?>
make sure u add ?> to the end your script.
if that does not solve it post your code.
|
|
|
|
|
|
smartsoft (m)
|
Just post it, se you hear?
|
|
|
|
|
|
layi (m)
|
$ stands for function. Unexpected function This means you didnt end your program wit ?> So its like u are still programming. So close your program properly. if prob persist, check cache or restart system
|
|
|
|
|
|