Hi,
Please help with this. I am trying to use the XMLRPC to create a post, but cannot figure out how to pass a "dateCreated".
I.e.,
$content['date_created_gmt'] = date("Ydm");
or
$content['postDate'] = date("Ydm");
$client->query('metaWebLog.newPost'...etc,etc)
Basically, if I try executing that, I get this error (it is calling the xmlrpc.php installed by default in wordpress)
"An error occured - 32700: parse error, not well formed"
Any help would be GREATLY appreciated.
Thanks!