Quote:
Originally Posted by budprime
I am getting...
Code:
Parse error: syntax error, unexpected $end in /home/csufhous/public_html/bowenhost.com/index.php on line 52
And I am having a hard time finding the error. Can you help me out one last time? 
|
Quote:
Originally Posted by Dormilich
that error usually means that your closing braces } do not match the opening braces {.
|
As Dormilich says, you need to check out your braces. Use an editor such as Notepad++ which has line numbers so that you can actually find 52 without counting. Also see the link in my signature about codingstyles which will demonstrate how to deal with mismatched braces using notepad++.