How to solve Parse error?
Parsing error means there is a small mistake in your code that can be anything.
Follow the steps to solve Parsing error:
- turning on the error display that can show hidden errors on the page.

simply navigate to code suggested by error and look for your mistake.

look at 57 number, its red on ” ); ” means error is before closing
and before ” ) ” there is a ” . ” that don’t need to be at that place, remove it.

after removing ” . ” red color gone.
Lets look on webpage, error gone.
