Welcome to PHPBuilder!
Nucleiosis wrote:Ive had 3 programmers look at it no one can figure it out.
Apparently none of those programmers has ever programmed in PHP. 😉
Your problem is one of the most common causes of the 'unexpected $end' error... missing '}' brace(s). In your case, there are at least two missing; one to close the if() statement on line #2 and one to close the else on line #101.
After you fix those errors, you might want to post the completed script in the Code Critique forum; no offense, but it's quite hideous (e.g. poorly written) both in presentation and actual coding/logic.