Php: where’s Parse error: syntax error, unexpected T_STRING in this script

php

I've got

Parse error: syntax error, unexpected T_STRING

and I think it might be somewhere in this line (it's postdata that i'm using with curl)

Is this line causing this error? How do i fix it?

Best Solution

You're missing a semi-colon at the end, that's the only thing wrong with that line.