954,176 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

DLL not woking - Please help me

Hai all

am using new version on PHP,Apache

now i want to work with XSLT so i removed ; for php_sxlt.dll in php.ini file

i use a code

<?php
$xh = xslt_create();
$result= xslt_process($xh, "solarsystem.xml", "solarsystem.xsl");
if ($result) {
print $result;
}
else {
print "Sorry, $_GET[filename]could not be transformed by short.xsl into";
print " $_GET[filename] the reason is that " . xslt_error($xh) . " and the ";
print "error code is " . xslt_errno($xh);
}
xslt_free($xh);
?>

when i run the program its telling that dll is not found but in specified folder
C:\php\extensions
dll is available

what will be the problem pls guide me
thanks you

sowmya_ganesh
Newbie Poster
1 post since Feb 2004
Reputation Points: 10
Solved Threads: 0
 

Change

php_sxlt.dll

to

extensions/php_sxlt.dll
Gary King
PHP/vBulletin Guru
Team Colleague
417 posts since Nov 2003
Reputation Points: 53
Solved Threads: 5
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You