I had been developing a web site for a client. The code works fine on development( Windows XP/Apache/PHP/MySQL ). When I move the code over to my host(phpwebhosting.com) the code fails. I had narrowed it to xslt_create(). For example when I run this script through the browser(IE). I get "page cannot be displayed error". But running the same from the command line on the host works OK. Can any one shed light on what could be the problem.
<?php
$xslt = xslt_create();
echo "--> ".$xslt."\n";
?>
Thank you.
Sesh