Parse Error in PHP (!) sntax error unexpected end of file unexpected end of file in php and other error how to solve them
If you have a PHP file when you run it on local host it shows error
"( ! ) Parse error: syntax error, unexpected $end in C:\wamp\www\projectname\filename.php on line any-line-number"
First of all check the following things in your code
to resolve this issue:
1: check every parenthesis to ensure it is closed
2: check every semicolon
3: check every comma
4: check every dot
if everything is ok but it still don't work
then change your SQL server and again try to run the same code in other SQL server
"( ! ) Parse error: syntax error, unexpected $end in C:\wamp\www\projectname\filename.php on line any-line-number"
First of all check the following things in your code
to resolve this issue:
1: check every parenthesis to ensure it is closed
2: check every semicolon
3: check every comma
4: check every dot
if everything is ok but it still don't work
then change your SQL server and again try to run the same code in other SQL server
....... Read a Full Article Parse Error Syntax Error in PHP by Twoclock.com
Parse Error in PHP (!) sntax error unexpected end of file
Reviewed by MCH
on
July 02, 2014
Rating:
No comments: