- Forums
- MySQL
- How Fix Error Parse error: parse error, unexpected '}' in PHP Script Code
This Page Contains information about How Fix Error Parse error: parse error, unexpected '}' in PHP Script Code By webmaster in category MySQL with 4 Replies. [865], Last Updated: Sat May 18, 2024
webmaster
Fri Dec 22, 2006
4 Comments
3464 Visits
CODE:
Parse error: parse error, unexpected '}' in C:\forums\myfile.php on line 23
i was getting this error, i found out how to fix it, it turned out i was missing a } at the end of the function, so to fix it, all i had to do was to insert the } at the and of the fucntion. that's it.