I wrote this code last year and it has been fine since then. Last time I run it was some two or three weeks ago. Today it failed. What has happened?
I got:
<br />
<b>Fatal error</b>: Call to undefined function: xslt_create() in <b>/home/alexfun/public_html/bank/loadxxl.php</b> on line <b>48</b><br />
the php is essentially this:
header('Content-Type: text/xml; charset=UTF-8');
header('Cache-Control: private, max-age=60');
$hXML = xslt_create();
$output = xslt_process($hXML, $xml, 'private.xsl',
NULL, NULL, array('id' => $_SESSION['accid']));
xslt_free($hXML);
I'm on Server 24.