Quote:
Originally Posted by AidenA-Webb
I've narrowed it down to one line of code. 530.
Can someone please identify the problem(s) in this line please? Thanks.
|
I doubt it's in that line. It's most likely in one of the lines just prior to it...
The error you got "unexpected T_string" usually means you have a simple syntax error in your php. Your missing a quote, a semi-colon, a parentheses, or bracket somewhere. Or you might have missed a ?> to close a php snippet.
Since the line you quoted is all HTML (no php) it couldn't have been the culprit to cause a php error - so look at the lines preceding it and look for a syntax error.
Good luck,
- Walkere