Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Line : 83 -- syntax error, unexpected end of file php

The "unexpected end of file" error usually means you have a php block unterminated. The parser reads off the end of the file searching for block termination, usually } . In your case, the } right before your second <? php is the culprit.
 
PREVIOUS NEXT
Tagged: #Line #syntax #unexpected #file #php
ADD COMMENT
Topic
Name
8+6 =