$_POST['xmlstring'])); $context = stream_context_create(array("http"=>array( "method" => "POST", "header" => "Content-Type: application/x-www-form-urlencoded\r\n" . "Content-Length: ". strlen($post) . "\r\n", "content" => $post))); $page = file_get_contents($url, false, $context); echo $page; ?>