<?php

function includeFiles() {
	$_SERVER['HTTP_HOST'] = 'localhost';
	require_once('/var/www/wordpress/wp-load.php');
}

includeFiles();
$post = array('post_content' => "<!-- & -->");
wp_insert_post($post);
