I'm trying to write an Order API script using PHP, but can't seem to set the content type as text/html in a way that is supported when the script is run by ShopSite. So, the HTML output from the script is displayed to the customer as text with all the tags, instead of being formated as desired. My ShopSite service (Lexiconn) explained the solution: Use a perl script to output the ContentType line, and then the rest of the output can come from the php script.
It works, but what a HACK! I can't beleve that ShopSite doesn't support PHP Order API scripts that return html unless perl is used as an initial script to set the content type.
Is it possible that there's something wrong with Lexiconn's set up?