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?
I've got
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? | ||||
feedback
|
You're missing a semi-colon at the end, that's the only thing wrong with that line. | |||
feedback
|
Yeah John Kugelman is right, I just tested it, PHP is fun: It sucks cause you can't like elaborate on a given answer or comment if you did not start the thread, so to John, I am not stealing your show, I just tested it out, since I am currenly also learning PHP and this site rocks when it comes to problems related to PHP and other languages in general, again credit to John Kugelman. I just tested it, that's all.
| |||
feedback
|
_wpnonce
is not interpreted as string. – Gumbo Oct 19 '09 at 18:58