Robert Prentice wrote:

snip

$reply = http_post("https://www.safetrustprocessing.com";, 80, "/

Isnt https supposed to run on port 443? (or other than 80) Just a guess

xml_order_processing.php", array("myXml" => $xml));
function http_post ($server, $port, $url, $vars) {

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to