Wow, Thanks! That worked perfectly. I really appreciate you helping me out! You just saved my blogging world. :)Have a great day.
Opps sorry, mrmrocco is now Bunzie. I had a username make over. 🙂
Thanks, so it should look like this:
<?php
define(‘XMLRPC_REQUEST’, true);
// Some browser-embedded clients send cookies. We don’t want them.
$_COOKIE = array();
# fix for mozBlog and other cases where ‘<?xml’ isn’t on the very first line
if ( isset($HTTP_RAW_POST_DATA) )
$HTTP_RAW_POST_DATA = file_get_contents(“php://input”);
$HTTP_RAW_POST_DATA = trim($HTTP_RAW_POST_DATA);
include(‘./wp-config.php’);